From 2a93331db2f71ac4b5a37fce0806df5215623baa Mon Sep 17 00:00:00 2001 From: Andrew Krasichkov Date: Mon, 3 Apr 2017 23:30:18 +0300 Subject: [PATCH] Added valid domains for origin tests --- tests/plugins/simply/origins/origin_wo_slash.conf | 4 ++++ tests/plugins/simply/origins/webvisor.conf | 2 ++ 2 files changed, 6 insertions(+) diff --git a/tests/plugins/simply/origins/origin_wo_slash.conf b/tests/plugins/simply/origins/origin_wo_slash.conf index 610c10c..03decaf 100644 --- a/tests/plugins/simply/origins/origin_wo_slash.conf +++ b/tests/plugins/simply/origins/origin_wo_slash.conf @@ -1,3 +1,7 @@ +# Options: {"domains": ["yandex.ru"]} + +http { if ($http_origin !~ '^https?:\/\/yandex\.ru') { +} } \ No newline at end of file diff --git a/tests/plugins/simply/origins/webvisor.conf b/tests/plugins/simply/origins/webvisor.conf index bd72852..7b4c085 100644 --- a/tests/plugins/simply/origins/webvisor.conf +++ b/tests/plugins/simply/origins/webvisor.conf @@ -1,3 +1,5 @@ +# Options: {"domains": ["webvisor.com", "yandex.com"]} + if ($http_referer !~ "^https?://([^/]+\.)?yandex\.com/|([^/]+\.)?webvisor\.com/"){ add_header X-Frame-Options SAMEORIGIN; } \ No newline at end of file