diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index cfe92c8733c5e92..73e23470f628197 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -57,7 +57,7 @@ jobs: # this to "*:error" which means the slightest flaw in the build # will break the build. # See https://github.com/mdn/yari/issues/715 - export BUILD_FLAW_LEVELS="*:ignore" + export BUILD_FLAW_LEVELS="unsafe_html: error, *:ignore" # Note, it might be interesting to explore building *some* # pages in a PR build if the diff doesn't have any index.html diff --git a/files/en-us/mdn/kitchensink/index.html b/files/en-us/mdn/kitchensink/index.html index 2d45bd9acc91133..85de04e91c71948 100644 --- a/files/en-us/mdn/kitchensink/index.html +++ b/files/en-us/mdn/kitchensink/index.html @@ -13,7 +13,9 @@
The kitchensink is a page that attempts to incorporate every possible content element and Yari macro.