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
Specifically, only leave the sinks that would execute a javascript: URL. This is to avoid giving the impression that TT aims to be the solution for containment or preventing resource fetching. We focus solely on DOM XSS-relevant sink protection.
The text was updated successfully, but these errors were encountered:
* Deprecated TrustedURLs in the polyfill.
See #192.
* Moved the tests from iframe.srcdoc to script.src (no support for srcdoc in IE).
* Fixed tests in IE.
Specifically, only leave the sinks that would execute a
javascript:
URL. This is to avoid giving the impression that TT aims to be the solution for containment or preventing resource fetching. We focus solely on DOM XSS-relevant sink protection.The text was updated successfully, but these errors were encountered: