|
Add use counter for credentialed CORS access from null origins.
To gain some data on how widespread the use of
Access-Control-Allow-Origin: null
Access-Control-Allow-Credentials: true
is (and it being currently allowed), add a use counter.
To enable the use counter reporting from within the CORS access check,
some extra plumbing required (but unavoidable.)
R=tyoshino
BUG= 440676
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=186875
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+30 lines, -23 lines) |
Patch |
|
M |
Source/core/dom/ScriptLoader.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/fetch/CrossOriginAccessControl.h
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/fetch/CrossOriginAccessControl.cpp
|
View
|
1
|
5 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/fetch/ImageResource.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/fetch/ImageResource.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/fetch/Resource.h
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/fetch/Resource.cpp
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/fetch/ResourceFetcher.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/frame/UseCounter.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLImageElement.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/imagebitmap/ImageBitmapFactories.cpp
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/loader/DocumentThreadableLoader.cpp
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/shapes/ShapeOutsideInfo.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 11 (3 generated)
|