Files
ladybird/Tests/LibWeb/Text/expected/secure-context.txt
Shannon Booth bc93ba4530 LibWeb/Bindings: Implement [SecureContext] extended attribute
Unfortunately this is a bit of a pain to test as it is surprisingly
difficult to create a non secure context in our test harness.
This is because both file scheme URLs and localhost are considered
secure contexts.

To test this, add a very specific internals setter to change the
top level origin of the environment for the current realm.
2026-02-14 20:22:40 +01:00

6 lines
79 B
Plaintext

{
"SubtleCrypto": false,
"Clipboard": false,
"CookieChangeEvent": true
}