Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CSP (0.17 sec)

  1. android/guava/src/com/google/common/net/HttpHeaders.java

       * The HTTP nonstandard {@code X-WebKit-CSP} header field name. It was introduced in <a
       * href="https://www.w3.org/TR/2011/WD-CSP-20111129/">CSP v.1</a> and used by the Chrome until
       * version 25. Please, use {@link #CONTENT_SECURITY_POLICY} to pass the CSP.
       *
       * @since 20.0
       */
      public static final String X_WEBKIT_CSP = "X-WebKit-CSP";
      /**
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 22 21:08:08 GMT 2024
    - 34.3K bytes
    - Viewed (0)
Back to top