Skip to content

Commit

Permalink
Change type of X_FRAME_OPTIONS and CONTENT_SECURITY_POLICY to AsciiSt…
Browse files Browse the repository at this point in the history
…ring as a followup to cc1a209
  • Loading branch information
normanmaurer committed Jun 27, 2017
1 parent ba3616d commit 3b5dd4e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public final class HttpHeaderNames {
/**
* {@code "content-security-policy"}
*/
public static final CharSequence CONTENT_SECURITY_POLICY = new AsciiString("content-security-policy");
public static final AsciiString CONTENT_SECURITY_POLICY = new AsciiString("content-security-policy");
/**
* {@code "content-type"}
*/
Expand Down Expand Up @@ -353,7 +353,7 @@ public final class HttpHeaderNames {
/**
* {@code "x-frame-options"}
*/
public static final CharSequence X_FRAME_OPTIONS = new AsciiString("x-frame-options");
public static final AsciiString X_FRAME_OPTIONS = new AsciiString("x-frame-options");

private HttpHeaderNames() { }
}

0 comments on commit 3b5dd4e

Please sign in to comment.