Package 

Enum GlobalHeadersConfig.CrossOriginEmbedderPolicy

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      UNSAFE_NONE

      This is the default value. Allows the document to fetch cross-origin resources without giving explicit permission through the CORS protocol or the Cross-Origin-Resource-Policy header.

      REQUIRE_CORP

      A document can only load resources from the same origin, or resources explicitly marked as loadable from another origin. If a cross-origin resource supports CORS, the cross-origin attribute or the Cross-Origin-Resource-Policy header must be used to load it without being blocked by COEP.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail