mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:47:45 +00:00
LibWeb: Stub out 'check if access between two BCs should be reported'
I put this is a CrossOrigin/ subdirectory in anticipation of a lot more cross-origin related ground to cover. :^)
This commit is contained in:
parent
ae96eae4f9
commit
6f941433d6
3 changed files with 68 additions and 0 deletions
|
@ -111,6 +111,7 @@ set(SOURCES
|
|||
HTML/BrowsingContextContainer.cpp
|
||||
HTML/CanvasGradient.cpp
|
||||
HTML/CanvasRenderingContext2D.cpp
|
||||
HTML/CrossOrigin/Reporting.cpp
|
||||
HTML/DOMParser.cpp
|
||||
HTML/DOMStringMap.cpp
|
||||
HTML/EventLoop/EventLoop.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue