Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

IPv6 rules are not saved across restarts and not properly applied #747

Closed
Darkspirit opened this issue Mar 30, 2017 · 3 comments
Closed

Comments

@Darkspirit
Copy link

umatrix-ipv6
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.
@xofe
Copy link
Contributor

xofe commented Mar 31, 2017

Duplicate of #597. This should be fixed in the dev build, if you're willing to try that out.

@Darkspirit
Copy link
Author

IPv6-host-specific rules are not saved across browser restarts

not fixed! The rule I've set is still lost over a restart. Can you reproduce this?

1st-party rules are not applied. Every script is a 3rd-party script, even if it's a 1st party one.

fixed in the pre-release

@xofe
Copy link
Contributor

xofe commented Mar 31, 2017

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.

@gorhill gorhill closed this as completed in ce97268 Apr 1, 2017
Noxgrim pushed a commit to Noxgrim/uMatrix that referenced this issue Dec 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants