| Index: third_party/WebKit/public/web/WebSecurityPolicy.h
|
| diff --git a/third_party/WebKit/public/web/WebSecurityPolicy.h b/third_party/WebKit/public/web/WebSecurityPolicy.h
|
| index 8e190aa4971a984ef9482177512e4709247ad05f..fbe011d98c078ef45a177747ad69603e3fadc290 100644
|
| --- a/third_party/WebKit/public/web/WebSecurityPolicy.h
|
| +++ b/third_party/WebKit/public/web/WebSecurityPolicy.h
|
| @@ -113,6 +113,9 @@ public:
|
| // Support for whitelisting origins to treat them as trustworthy.
|
| BLINK_EXPORT static void addOriginTrustworthyWhiteList(const WebSecurityOrigin&);
|
|
|
| + // Support for whitelisting schemes as bypassing secure context checks.
|
| + BLINK_EXPORT static void addSchemeToBypassSecureContextWhitelist(const WebString&);
|
| +
|
| // Returns the referrer modified according to the referrer policy for a
|
| // navigation to a given URL. If the referrer returned is empty, the
|
| // referrer header should be omitted.
|
|
|