pyllyukko / user.js

user.js -- Firefox configuration hardening
MIT License
2.73k stars 233 forks source link

Exceptions for Enhanced Tracking Protection not working #540

Closed olsonperrensen closed 2 years ago

olsonperrensen commented 2 years ago

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 commented 2 years ago

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