Skip to content
New issue

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

Exceptions for Enhanced Tracking Protection not working #540

Closed
olsonperrensen opened this issue Jun 4, 2022 · 1 comment
Closed

Exceptions for Enhanced Tracking Protection not working #540

olsonperrensen opened this issue Jun 4, 2022 · 1 comment

Comments

@olsonperrensen
Copy link

By using the Network tab, I can see there is one request being blocked with the reason 'Tracking' under the Transferred column

image

{ "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.

image

Can someone enlightened me in this issue?

Thank you in advance.

@olsonperrensen
Copy link
Author

This issue can be solved by disabling the top-left shield icon found at the same height as your URL. close #540

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant