mirror of https://github.com/yandex/gixy
[origins] Added https_only tests
parent
d66c5e1f5f
commit
e0739aac9d
|
@ -0,0 +1,5 @@
|
|||
# Options: {"domains": ["yandex.ru"], "https_only": true}
|
||||
|
||||
if ($http_origin !~ '^https?:\/\/yandex\.ru\/') {
|
||||
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
# Options: {"domains": ["yandex.ru"], "https_only": true}
|
||||
|
||||
if ($http_origin !~ '^https:\/\/yandex\.ru\/') {
|
||||
|
||||
}
|
Loading…
Reference in New Issue