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
The scenario is that someone tries to sneak in some unsafe HTML into a PR. It should break the PR build (on the content) and raise awareness/attention so it doesn't easily get merged.
For example <script> or <p onmouseover="bad()">.
The text was updated successfully, but these errors were encountered:
* Unsafe HTML should be a breaking flaw
Part of #3177
* tests
* undo unnecessary if statement
* restore newline
* Update testing/content/files/en-us/web/unsafe_html/index.html
* Update testing/content/files/en-us/web/unsafe_html/index.html
Co-authored-by: Ryan Johnson <escattone@gmail.com>
* Unsafe HTML should be a breaking flaw
Part of mdn#3177
* tests
* undo unnecessary if statement
* restore newline
* Update testing/content/files/en-us/web/unsafe_html/index.html
* Update testing/content/files/en-us/web/unsafe_html/index.html
Co-authored-by: Ryan Johnson <escattone@gmail.com>
The scenario is that someone tries to sneak in some unsafe HTML into a PR. It should break the PR build (on the content) and raise awareness/attention so it doesn't easily get merged.
For example
<script>
or<p onmouseover="bad()">
.The text was updated successfully, but these errors were encountered: