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

5 lines
183 B
Plaintext
Raw Normal View History

2017-04-03 20:30:18 +00:00
# Options: {"domains": ["webvisor.com", "yandex.com"]}
2017-03-30 22:12:44 +00:00
if ($http_referer !~ "^https?://([^/]+\.)?yandex\.com/|([^/]+\.)?webvisor\.com/"){
add_header X-Frame-Options SAMEORIGIN;
}