git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[CSS Shapes] CORS-enabled fetch for shape image values
[WebKit-https.git]
/
Source
/
WebCore
/
loader
/
ResourceLoaderOptions.h
diff --git
a/Source/WebCore/loader/ResourceLoaderOptions.h
b/Source/WebCore/loader/ResourceLoaderOptions.h
index
0a2f873
..
8e1b74d
100644
(file)
--- a/
Source/WebCore/loader/ResourceLoaderOptions.h
+++ b/
Source/WebCore/loader/ResourceLoaderOptions.h
@@
-57,7
+57,8
@@
enum SecurityCheckPolicy {
enum RequestOriginPolicy {
UseDefaultOriginRestrictionsForType,
- RestrictToSameOrigin
+ RestrictToSameOrigin,
+ PotentiallyCrossOriginEnabled // Indicates "potentially CORS-enabled fetch" in HTML standard.
};
struct ResourceLoaderOptions {