Walter.Web.FireWall
TrustingSites Enumeration
Walter.Web.FireWall Assembly > Walter.Web.FireWall Namespace : TrustingSites Enumeration
Sites that are trusted by the firewall a allowed site will not raise as violation for cross site scripting. Please note that you have no control over 3rd party sites and a compromised 3rd party site will be able to inject malicious content in your page without you knowing,
Syntax
public enum TrustingSites : System.Enum 
Members
MemberDescription
AspNetCDN will trust aspnetcdn.com
Bootstrap will trust *.bootstrapcdn.com
Facebook Will trust facebook.com
GenerateNonce The generate Nonce variable to accept a resource
Google will add *.googleapis.com and *.google.com
Jquery will add *.jquery.com
None not a valid option
SecureWebSocket will trust and allow secure web socket
Self will trust the site and the url and content in it's sub folders
SubDomains trust own sub domains
WebSocket Will trust and allow web socket
YouTube will trust *.youTube.com ///
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Walter.Web.FireWall.TrustingSites

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Walter.Web.FireWall Namespace