Overload | Description |
---|---|
AddContentSecurityPolicyButTrust(TrustingSites,Boolean,FramesPolicy,Boolean) | Determine what to trust, if only your own domain or those you flag trustworthy, and if external images or scripts are allowed to be injected |
AddContentSecurityPolicyButTrust(TrustingSites,String[],Boolean,FramesPolicy,Boolean) | Determine what to trust, if only your own domain or those you flag trustworthy, and if external images or scripts are allowed to be injected |
AddContentSecurityPolicyButTrust(IEnumerable<String>,IEnumerable<String>,IEnumerable<String>,IEnumerable<String>,IEnumerable<String>,Boolean,Boolean,Boolean,FramesPolicy,Boolean) | Adds the content security policy but trust provided configurations (browser only). |