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

5 lines
183 B
Plaintext

# Options: {"domains": ["webvisor.com", "yandex.com"]}
if ($http_referer !~ "^https?://([^/]+\.)?yandex\.com/|([^/]+\.)?webvisor\.com/"){
add_header X-Frame-Options SAMEORIGIN;
}