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 has been archived by the owner on Jul 21, 2021. It is now read-only.
We should see the login page here. If I turn the red 3rd-party scripts to green, the three 1st party scripts are getting loaded and we can see everything.
When I press the padlock to save this (weird) rule, this one is under permanent rules:
chrome://umatrix/content/dashboard.html#user-rules
[fd00::9ec7:a6ff:fe70:cb36] * script allow
Then I restart the browser and visit this url again, the host-specific rules are not applied. I only have this default settings again. The permanent rule is gone.
Only the following permanent rule is saved acress browser restarts, but I don't want to have such a rule:
matrix-off: [fd00::9ec7:a6ff:fe70:cb36] true
The bugs are
IPv6-host-specific rules are not saved across browser restarts
1st-party rules are not applied. Every script is a 3rd-party script, even if it's a 1st party one.
The text was updated successfully, but these errors were encountered:
not fixed! The rule I've set is still lost over a restart. Can you reproduce this?
Ah, I can reproduce this. Looks like the [fd00::9ec7:a6ff:fe70:cb36] * script allow rule is mistakenly considered an unknown directive (due to the : character in hostname) and therefore ignored.
We should see the login page here. If I turn the red 3rd-party scripts to green, the three 1st party scripts are getting loaded and we can see everything.
When I press the padlock to save this (weird) rule, this one is under permanent rules:
chrome://umatrix/content/dashboard.html#user-rules
[fd00::9ec7:a6ff:fe70:cb36] * script allow
Then I restart the browser and visit this url again, the host-specific rules are not applied. I only have this default settings again. The permanent rule is gone.
Only the following permanent rule is saved acress browser restarts, but I don't want to have such a rule:
matrix-off: [fd00::9ec7:a6ff:fe70:cb36] true
The bugs are
The text was updated successfully, but these errors were encountered: