| Index: Source/platform/weborigin/SchemeRegistry.cpp
|
| diff --git a/Source/platform/weborigin/SchemeRegistry.cpp b/Source/platform/weborigin/SchemeRegistry.cpp
|
| index 9a98a60dbf5406ff51687cbc1072ee968d889e4c..1b9134e966bf33887396874b7854239d27ab6f65 100644
|
| --- a/Source/platform/weborigin/SchemeRegistry.cpp
|
| +++ b/Source/platform/weborigin/SchemeRegistry.cpp
|
| @@ -135,6 +135,7 @@ static URLSchemesMap& CORSEnabledSchemes()
|
| if (CORSEnabledSchemes.isEmpty()) {
|
| CORSEnabledSchemes.add("http");
|
| CORSEnabledSchemes.add("https");
|
| + CORSEnabledSchemes.add("data");
|
| }
|
|
|
| return CORSEnabledSchemes;
|
|
|