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

3 lines
91 B
Plaintext
Raw Normal View History

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