You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have a workaround for rules with empty pattern and a domain restriction (i.e. $cookie,domain=yandex.ru). We won't need it anymore if we implement this change.
If the following conditions are true:
Then use the host of the request URL to check domain restrictions.
Test rules:
$csp=script-src 'none',domain=example.org
$cookie=test,domain=example.org
In the case when there's no "source" hostname, `$domain` should be checked against the request's host.The text was updated successfully, but these errors were encountered: