This repository has been archived by the owner on Sep 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Requests bypass uMatrix on Firefox start #69
Labels
Comments
glacambre
changed the title
Requests bypass uMatrix on Firefox launch
Requests bypass uMatrix on Firefox start
Oct 3, 2018
Browser behaviour. See - gorhill/uBlock#1327 |
Oh, sorry, didn't think about checking uBlock's issues. Thanks for the prompt reply :) |
I need to add the same mechanism in uMatrix as that of uBO -- to my surprise the advanced option |
uBlock-user
added
something to address
something to address
and removed
external
an external factor is involved
Firefox
specific to Firefox
labels
Oct 4, 2018
9 tasks
It would be great if this option were available! As to whether it should be enabled by default, I cannot say (I certainly would enable it myself). |
The setting is going to be experimental, so it may work and may not sometimes. |
Even so, there is currently a privacy/security hiatus, so anything is better than nothing. |
gorhill
added a commit
to gorhill/uMatrix
that referenced
this issue
Jan 1, 2019
Related issues: - "Requests bypass uMatrix on Firefox start" <uBlockOrigin/uMatrix-issues#69> Using same approach as with uBO: https://github.com/gorhill/uBloc/commit/41548be6be35 `suspendTabsUntilReady` advanced setting added to "More" pane, useful only for Chromium -- the blocking of early network requests is enforced unconditionally on Firefox (because it supports returning Promises from webRequest handlers). - "Cookies leaking temporarily" <uBlockOrigin/uMatrix-issues#74> Changes in the webRequest API in Chromium 72+ caused uMatrix to fail to process `Cookie` and `Referer` headers on that platform.
uBlock-user
added
fixed
issue has been addressed
and removed
something to address
something to address
labels
Jan 1, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Prerequisites
Description
Requests that should be caught by uMatrix are not caught.
A specific URL where the issue occurs
I managed to reproduce this on Github but I do not think this only happens on Github.
Steps to Reproduce
browser.sessionstore.restore_on_demand
to false in about:configSupporting evidence
As you can see my github avatar is loaded while requests to githubusercontent are forbidden.
Your environment
Additional thoughts
This might be a Firefox problem rather that a uMatrix problem. There could be a race between the extension-loading process and the page-loading one. If this is what's happening here you might not be able to do anything about it except report it to Mozilla.
The text was updated successfully, but these errors were encountered: