mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-15 07:20:02 -04:00
fix: nuke trustedTypes fr this time
This commit is contained in:
parent
1d32cd4ee7
commit
36a57c1e86
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ export default function (client, self) {
|
||||||
delete self.TrustedScriptURL;
|
delete self.TrustedScriptURL;
|
||||||
delete self.TrustedTypePolicy;
|
delete self.TrustedTypePolicy;
|
||||||
delete self.TrustedTypePolicyFactory;
|
delete self.TrustedTypePolicyFactory;
|
||||||
delete self.trustedTypes;
|
self.__defineGetter__("trustedTypes", () => undefined);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue