gixy/tests/plugins/simply/origins/structure_prefix.conf

3 lines
91 B
Plaintext

if ($http_referer !~ "https://example\.com/"){
add_header X-Frame-Options SAMEORIGIN;
}