34
edits
(Update the section of Putting diagnosis into bug) |
(Update the section of Identifying blocked URLs) |
||
| Line 23: | Line 23: | ||
== Identifying blocked URLs == | == Identifying blocked URLs == | ||
Identifying the blocked URLs that cause the website to break. In ETP Strict and Private Browsing Mode, multiple third-party tracker resources may be blocked, as the URLClassifier classifies them. However, not every blocked domain could cause the website to break. We need to identify the exact blocked domains that are causing problems for the site. | |||
First, we can use the following tools to know which domains are currently blocked. | |||
# The network monitor panel in DevTools. Sort all network requests by transferred to see all blocked URLs. | |||
# The protection panel, which can be opened by clicking the shield icon on the URL bar. Finding all blocked domains on the subpanel of the blocked tracking content. | |||
Second, we use the [[https://wiki.mozilla.org/Privacy/Docs/How_To_Triage_ETP-Strict_Website_Breakage#about:config skipURLs prefs]] to unblock and verify domains that cause the website to break. | |||
== Putting diagnosis into bug == | == Putting diagnosis into bug == | ||
edits