File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import Vapor
22
33public extension HTTPHeaderName {
44
5- public static let contentSecurityPolicy = HTTPHeaderName ( " Content-Security-Policy " )
6- public static let xXssProtection = HTTPHeaderName ( " X-XSS-Protection " )
7- public static let xContentTypeOptions = HTTPHeaderName ( " X-Content-Type-Options " )
8- public static let contentSecurityPolicyReportOnly = HTTPHeaderName ( " Content-Security-Policy-Report-Only " )
9- public static let referrerPolicy = HTTPHeaderName ( " Referrer-Policy " )
5+ static let contentSecurityPolicy = HTTPHeaderName ( " Content-Security-Policy " )
6+ static let xXssProtection = HTTPHeaderName ( " X-XSS-Protection " )
7+ static let xContentTypeOptions = HTTPHeaderName ( " X-Content-Type-Options " )
8+ static let contentSecurityPolicyReportOnly = HTTPHeaderName ( " Content-Security-Policy-Report-Only " )
9+ static let referrerPolicy = HTTPHeaderName ( " Referrer-Policy " )
1010}
You can’t perform that action at this time.
0 commit comments