| Index: Source/core/loader/DocumentThreadableLoader.h
|
| diff --git a/Source/core/loader/DocumentThreadableLoader.h b/Source/core/loader/DocumentThreadableLoader.h
|
| index 6e24d9decc3aac9626a5928fd7fce84fe35199de..951c463964c8aef0c0b383f57cd4cb76b3d8b382 100644
|
| --- a/Source/core/loader/DocumentThreadableLoader.h
|
| +++ b/Source/core/loader/DocumentThreadableLoader.h
|
| @@ -105,7 +105,7 @@ class DocumentThreadableLoader final : public ThreadableLoader, private Resource
|
|
|
| void loadRequest(const ResourceRequest&, ResourceLoaderOptions);
|
| bool isAllowedRedirect(const KURL&) const;
|
| - bool isAllowedByPolicy(const KURL&) const;
|
| + bool isAllowedByContentSecurityPolicy(const KURL&) const;
|
| // Returns DoNotAllowStoredCredentials
|
| // if m_forceDoNotAllowStoredCredentials is set. Otherwise, just
|
| // returns allowCredentials value of m_resourceLoaderOptions.
|
|
|