webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::ContentSecurityPolicySource Class Reference

#include <ContentSecurityPolicySource.h>

Public Member Functions

 ContentSecurityPolicySource (const ContentSecurityPolicy &, const String &scheme, const String &host, std::optional< uint16_t > port, const String &path, bool hostHasWildcard, bool portHasWildcard)
 
bool matches (const URL &, bool didReceiveRedirectResponse=false) const
 

Constructor & Destructor Documentation

◆ ContentSecurityPolicySource()

WebCore::ContentSecurityPolicySource::ContentSecurityPolicySource ( const ContentSecurityPolicy policy,
const String scheme,
const String host,
std::optional< uint16_t port,
const String path,
bool  hostHasWildcard,
bool  portHasWildcard 
)

Member Function Documentation

◆ matches()

bool WebCore::ContentSecurityPolicySource::matches ( const URL url,
bool  didReceiveRedirectResponse = false 
) const

The documentation for this class was generated from the following files: