gixy/tests/plugins/simply/add_header_redefinition/if_replaces.conf

5 lines
77 B
Plaintext

add_header X-Frame-Options "DENY" always;
if (1) {
add_header X-Foo foo;
}