mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb: Align CORSSettingsAttribute values with the specification
This change makes our crossOrigin attribute getter behave the same way as other browsers.
This commit is contained in:
parent
158d9a5921
commit
aabf1a65b1
Notes:
sideshowbarker
2024-07-17 02:37:08 +09:00
Author: https://github.com/tcl3
Commit: aabf1a65b1
Pull-request: https://github.com/SerenityOS/serenity/pull/23670
3 changed files with 44 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
// https://html.spec.whatwg.org/multipage/urls-and-fetching.html#cors-settings-attribute
|
||||
[MissingValueDefault=, InvalidValueDefault=anonymous]
|
||||
[InvalidValueDefault=anonymous]
|
||||
enum CORSSettingsAttribute {
|
||||
"anonymous",
|
||||
"",
|
||||
"use-credentials"
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue