1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:57:45 +00:00

LibWeb: Implement 'CORS check' / 'TAO check' AOs

This commit is contained in:
Linus Groh 2022-10-23 18:36:31 +02:00
parent 8db64a8704
commit 361ab205fa
3 changed files with 103 additions and 0 deletions

View file

@ -122,6 +122,7 @@ set(SOURCES
Fetch/Body.cpp
Fetch/BodyInit.cpp
Fetch/Enums.cpp
Fetch/Fetching/Checks.cpp
Fetch/Headers.cpp
Fetch/HeadersIterator.cpp
Fetch/Infrastructure/ConnectionTimingInfo.cpp