mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-21 02:22:51 +00:00
There are two FIXMEs remaining that depend on a functional PolicyContainer, which we ignore for now and always behave like a CSP is set.
11 lines
285 B
Text
11 lines
285 B
Text
generic IDL and attribute interaction
|
|
nonce: "" attribute: null;
|
|
nonce: "123" attribute: null;
|
|
nonce: "456" attribute: 456;
|
|
nonce: "null" attribute: 456;
|
|
insertion
|
|
nonce: "foo" attribute: foo;
|
|
nonce: "foo" attribute: ;
|
|
cloning
|
|
nonce: "bar" attribute: bar;
|
|
nonce: "bar" attribute: bar;
|