| Index: third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp
|
| index acc9756d12047e0e7106df738ae73d84e8b36523..8f74b664be50e5de9490b4f64b5248047c306639 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp
|
| @@ -132,8 +132,6 @@ bool CSPDirectiveList::checkHash(SourceListDirective* directive, const CSPHashVa
|
|
|
| bool CSPDirectiveList::checkDynamic(SourceListDirective* directive) const
|
| {
|
| - if (!m_policy->experimentalFeaturesEnabled())
|
| - return false;
|
| return !directive || directive->allowDynamic();
|
| }
|
|
|
|
|