We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
By using the Network tab, I can see there is one request being blocked with the reason 'Tracking' under the Transferred column
{ "log": { "version": "1.2", "creator": { "name": "Firefox", "version": "102.0" }, "browser": { "name": "Firefox", "version": "102.0" }, "pages": [ { "startedDateTime": "2022-06-04T09:16:27.097+00:00", "id": "page_1", "title": "REDACTED", "pageTimings": { "onContentLoad": -32297, "onLoad": -31797 } } ], "entries": [ { "pageref": "page_1", "startedDateTime": "2022-06-04T09:16:27.097+00:00", "request": { "bodySize": 0, "method": "GET", "url": "https://player.hotmart.com/embed/REDACTED", "httpVersion": "", "headers": [ { "name": "Host", "value": "player.hotmart.com" }, { "name": "User-Agent", "value": "Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0" }, { "name": "Accept", "value": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8" }, { "name": "Accept-Language", "value": "en-US,en;q=0.5" }, { "name": "Accept-Encoding", "value": "gzip, deflate, br" }, { "name": "DNT", "value": "1" }, { "name": "Connection", "value": "keep-alive" } ], "cookies": [], "queryString": [ { "name": "signature", "value": "REDACTED" }, { "name": "token", "value": "REDACTED" }, { "name": "user", "value": "REDACTED" }, { "name": "autoplay", "value": "autoplay" } ], "headersSize": null }, "response": { "status": 0, "statusText": "", "httpVersion": "", "headers": [], "cookies": [], "content": {}, "redirectURL": "", "bodySize": -1 }, "cache": {}, "timings": {}, "time": 0 } ] } }
Consequently, I wanted to make an exception directly in Firefox, since both uBlock and NoScript were not responsible for causing the issue.
I headed up to Enhanced Tracking Protection, clicked on Manage Exceptions only to be stunned that this feature is broken.
Can someone enlightened me in this issue?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
This issue can be solved by disabling the top-left shield icon found at the same height as your URL. close #540
Sorry, something went wrong.
No branches or pull requests
By using the Network tab, I can see there is one request being blocked with the reason 'Tracking' under the Transferred column
{ "log": { "version": "1.2", "creator": { "name": "Firefox", "version": "102.0" }, "browser": { "name": "Firefox", "version": "102.0" }, "pages": [ { "startedDateTime": "2022-06-04T09:16:27.097+00:00", "id": "page_1", "title": "REDACTED", "pageTimings": { "onContentLoad": -32297, "onLoad": -31797 } } ], "entries": [ { "pageref": "page_1", "startedDateTime": "2022-06-04T09:16:27.097+00:00", "request": { "bodySize": 0, "method": "GET", "url": "https://player.hotmart.com/embed/REDACTED", "httpVersion": "", "headers": [ { "name": "Host", "value": "player.hotmart.com" }, { "name": "User-Agent", "value": "Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0" }, { "name": "Accept", "value": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8" }, { "name": "Accept-Language", "value": "en-US,en;q=0.5" }, { "name": "Accept-Encoding", "value": "gzip, deflate, br" }, { "name": "DNT", "value": "1" }, { "name": "Connection", "value": "keep-alive" } ], "cookies": [], "queryString": [ { "name": "signature", "value": "REDACTED" }, { "name": "token", "value": "REDACTED" }, { "name": "user", "value": "REDACTED" }, { "name": "autoplay", "value": "autoplay" } ], "headersSize": null }, "response": { "status": 0, "statusText": "", "httpVersion": "", "headers": [], "cookies": [], "content": {}, "redirectURL": "", "bodySize": -1 }, "cache": {}, "timings": {}, "time": 0 } ] } }
Consequently, I wanted to make an exception directly in Firefox, since both uBlock and NoScript were not responsible for causing the issue.
I headed up to Enhanced Tracking Protection, clicked on Manage Exceptions only to be stunned that this feature is broken.
Can someone enlightened me in this issue?
Thank you in advance.
The text was updated successfully, but these errors were encountered: