Enum GlobalHeadersConfig.CrossDomainPolicy

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      NONE

      Will prevent the browser from MIME-sniffing a response away from the declared content-type.

      MASTER_ONLY

      Only this master policy file is allowed.

      BY_CONTENT_TYPE

      Only policy files served with Content-Type: text/x-cross-domain-policy are allowed.

      BY_FTP_FILENAME

      Only policy files whose filenames are crossdomain.xml (i.e. URLs ending in /crossdomain.xml) are allowed.

      ALL

      All policy files on this target domain are allowed.