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

3 lines
92 B
Plaintext

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