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

3 lines
91 B
Plaintext

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