| Index: Source/core/frame/csp/CSPDirectiveList.h
|
| diff --git a/Source/core/frame/csp/CSPDirectiveList.h b/Source/core/frame/csp/CSPDirectiveList.h
|
| index b33b18693ad7d170c17eb98efe9cd20aade0fda0..ba3782651cca177269bc434dd52a300e9fa6d431 100644
|
| --- a/Source/core/frame/csp/CSPDirectiveList.h
|
| +++ b/Source/core/frame/csp/CSPDirectiveList.h
|
| @@ -73,6 +73,7 @@ private:
|
| void parseReferrer(const String& name, const String& value);
|
| void addDirective(const String& name, const String& value);
|
| void applySandboxPolicy(const String& name, const String& sandboxPolicy);
|
| + void applySuboriginPolicy(const String& name, const String& suboriginPolicy);
|
|
|
| template <class CSPDirectiveType>
|
| void setCSPDirective(const String& name, const String& value, OwnPtr<CSPDirectiveType>&);
|
| @@ -110,6 +111,7 @@ private:
|
|
|
| bool m_reportOnly;
|
| bool m_haveSandboxPolicy;
|
| + bool m_haveSuboriginPolicy;
|
| ReflectedXSSDisposition m_reflectedXSSDisposition;
|
|
|
| bool m_didSetReferrerPolicy;
|
|
|