|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#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 |
| WebCore::ContentSecurityPolicySource::ContentSecurityPolicySource | ( | const ContentSecurityPolicy & | policy, |
| const String & | scheme, | ||
| const String & | host, | ||
| std::optional< uint16_t > | port, | ||
| const String & | path, | ||
| bool | hostHasWildcard, | ||
| bool | portHasWildcard | ||
| ) |
| bool WebCore::ContentSecurityPolicySource::matches | ( | const URL & | url, |
| bool | didReceiveRedirectResponse = false |
||
| ) | const |
1.8.13