mirror of
https://github.com/servo/servo
synced 2026-05-01 03:47:53 +02:00
Remove the dom_trusted_types_enabled preference (#39281)
Everything related to Trusted Types has been implemented. Failing WPT tests are related to other features such as SVG scripts. Fixes #36258 Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
This commit is contained in:
committed by
GitHub
parent
5beb16d671
commit
2f252c9b78
@@ -6,7 +6,7 @@
|
||||
* https://www.w3.org/TR/trusted-types/#trused-script-url
|
||||
*/
|
||||
|
||||
[Exposed=(Window,Worker), Pref="dom_trusted_types_enabled"]
|
||||
[Exposed=(Window,Worker)]
|
||||
interface TrustedScriptURL {
|
||||
stringifier;
|
||||
DOMString toJSON();
|
||||
|
||||
Reference in New Issue
Block a user