You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is another typo in IGNORED_TAGS where it says scripts instead of script. This means that actual script tags are currently allowed by default, which seems like a significant security issue!
Is this a bug report or a feature request?
Bug report
Have you read the guidelines regarding bug report?
Yes
Have you read the documentation in its entirety?
Yes
Have you made sure that your issue hasn't already been reported/solved?
Yes
Is the bug specific to iOS or Android? Or can it be reproduced on both platforms?
No
Is the bug reproductible in a production environment (not a debug one)?
Yes
Have you been able to reproduce the bug in the provided example?
Yes
Environment
All environments
Steps to Reproduce
IGNORED_TAGS
array insrc/HTMLUtils.js
dialog
appears instead asdiaglog
.Expected Behavior
Package should not render dialog tags by default.
Actual Behavior
Package does render dialog tags by default.
Reproducible Demo
N/A, typo clearly visible in source code
The text was updated successfully, but these errors were encountered: