mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibWeb: Implement 'create a potential-CORS request' algorithm
This commit is contained in:
parent
3e2e94bd01
commit
f7176463b5
Notes:
sideshowbarker
2024-07-16 22:42:33 +09:00
Author: https://github.com/srikavin
Commit: f7176463b5
Pull-request: https://github.com/SerenityOS/serenity/pull/17016
Reviewed-by: https://github.com/linusg
6 changed files with 122 additions and 0 deletions
|
@ -52,6 +52,7 @@ namespace AttributeNames {
|
|||
__ENUMERATE_HTML_ATTRIBUTE(contenteditable) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(controls) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(coords) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(crossorigin) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(data) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(datetime) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(declare) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue