mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 22:40:01 -04:00
fix: purge credentialless
This commit is contained in:
parent
a27e904309
commit
e4a0ee9ac0
2 changed files with 2 additions and 13 deletions
|
@ -25,6 +25,7 @@ export default function (client: ScramjetClient, self: typeof window) {
|
|||
nonce: [self.HTMLElement],
|
||||
integrity: [self.HTMLScriptElement, self.HTMLLinkElement],
|
||||
csp: [self.HTMLIFrameElement],
|
||||
credentialless: [self.HTMLIFrameElement],
|
||||
src: [
|
||||
self.HTMLImageElement,
|
||||
self.HTMLMediaElement,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue