mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 05:08:56 +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.
12 lines
285 B
Plaintext
12 lines
285 B
Plaintext
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;
|