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
Injecting flaws into files/en-us/mdn/kitchensink/index.html (/en-US/docs/MDN/Kitchensink) failed.
Error: unsafe_html flaws: <script> tag found,Unsafe <iframe> 'src' value (https://interactive-examples.mdn.mozilla.net/pages/tabbed/abbr.html),Unsafe <iframe> 'src' value (https://interactive-examples.mdn.mozilla.net/pages/css/order.html),Unsafe <iframe> 'src' value (https://interactive-examples.mdn.mozilla.net/pages/js/regexp-assertions.html),Unsafe <iframe> 'src' value (/en-US/docs/Games/Techniques/2D_collision_detection/_samples_/Rect_code),Unsafe <iframe> 'src' value (/en-US/docs/MDN/Kitchensink/_samples_/inheritance_diagram),Unsafe <iframe> 'src' value (https://mdn.github.io/web-tech-games/index.html),'onerror' on-handler found in h2
It's a bit hard and ugly to see but it's basically complaining about the https://interactive-examples.mdn.mozilla.net/pages/tabbed/abbr.html iframe src.
It happens because...
export BUILD_LIVE_SAMPLES_BASE_URL=
so now the list of safeIFrameSrcs contains an entry which is an empty string.
The text was updated successfully, but these errors were encountered:
See https://github.com/mdn/content/pull/3064/checks?check_run_id=2095600358
It's a bit hard and ugly to see but it's basically complaining about the
https://interactive-examples.mdn.mozilla.net/pages/tabbed/abbr.html
iframesrc
.It happens because...
so now the list of
safeIFrameSrcs
contains an entry which is an empty string.The text was updated successfully, but these errors were encountered: