Closed starbugs closed 7 months ago
Let's rename to allow
and deny
lists, like: all except denied sites
I don't like the @@
syntax, let's use structured UI and data?
I don't like the
@@
syntax, let's use structured UI and data?
Not sure I understand exactly what you mean...
Let's rename to
allow
anddeny
lists, like:all except denied sites
This is renamed now.
Let me know what to do about the @@ syntax then I will finalize this PR.
For @@
, we should build into the UI the ability to assign a project to a domain. We want to build a UI similar to custom rules on the website, where we have a button Add new project rule
that adds a new form row with two input fields url regex
and project
. When the full url matches a regex, we use the corresponding project name.
For now, let's just not support the @@
syntax and build the Custom Project Regex
feature in a future PR.
Also, we need a setting to toggle sending full url
or domain-only
for browsing activity.
Actually, let's make the allow/deny list regexes which can match the full url.
Actually, let's make the allow/deny list regexes which can match the full url.
I implemented that and removed the @@ syntax.
Do you want to add something to the remarks below the text view?
Actually, let's make the allow/deny list regexes which can match the full url.
I implemented that and removed the @@ syntax.
Thank you! That's so much better than @@
syntax.
I took the liberty to redesign the Settings window a bit:
The whitelist also supports the
@@
syntax.Closes #196