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
{{ message }}
This repository was archived by the owner on Nov 15, 2017. It is now read-only.
Need to think of a UI to allow that easily. Maybe instead of the currently botched top left icon, a kind of drop down menu where the user chooses the scope, with three choices:
{scheme}://{hostname} exists?
Yes : lookup rules and evaluate
No : {scheme}://*.{domain} exists?
Yes : lookup rules and evaluate
No : lookup global rules and evaluate
The text was updated successfully, but these errors were encountered:
Example:
https://*.google.com
Need to think of a UI to allow that easily. Maybe instead of the currently botched top left icon, a kind of drop down menu where the user chooses the scope, with three choices:
Where:
Global scope =
*
Per-domain scope =
{scheme}://*.{domain}
Per-site scope =
{scheme}://{hostname}
Than evaluation code would work like this:
The text was updated successfully, but these errors were encountered: