| Index: third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| index 667724a324a4bd33677d1a23a1e1315aa2eea41b..ed3d0cdd50e4092cbf0be90e16b3555bb59c2bff 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| @@ -175,6 +175,7 @@ class CORE_EXPORT CSPDirectiveList
|
| // * child-src
|
| // * frame-src
|
| // * form-action
|
| + // * upgrade-insecure-requests
|
| // The exported directives only contains sources that affect navigation. For
|
| // instance it doesn't contains 'unsafe-inline' or 'unsafe-eval'
|
| WebContentSecurityPolicy ExposeForNavigationalChecks() const;
|
|
|