We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d291c8 commit a75a99aCopy full SHA for a75a99a
t/headers.t
@@ -83,6 +83,7 @@ x-frame-options: SAMEORIGIN
83
hide_server_tokens on;
84
location = /hello {
85
security_headers on;
86
+ add_header via fakeengine;
87
88
return 200 "hello world\n";
89
}
@@ -98,6 +99,7 @@ hello world
98
99
x-content-type-options: nosniff
100
x-frame-options: SAMEORIGIN
101
!Server
102
+!Via
103
Referrer-Policy: strict-origin-when-cross-origin
104
105
0 commit comments