Confirmed users
443
edits
(new url for exception list) |
(→Putting diagnosis into bug: highlight common to copy code boxes and make them easy to copy) |
||
| Line 49: | Line 49: | ||
After we identify the blocked URLs that cause the website to break, the diagnosis info needs to be updated in the bugs. Therefore, we can use this information to deploy Webcompat exceptions to resolve the issue. Following the steps to put the diagnosis into the bug. | After we identify the blocked URLs that cause the website to break, the diagnosis info needs to be updated in the bugs. Therefore, we can use this information to deploy Webcompat exceptions to resolve the issue. Following the steps to put the diagnosis into the bug. | ||
# Add the whiteboard tag <code>[privacy-team:diagnosed]</code> to make the bug as diagnosed. | # Add the whiteboard tag '''<span style="user-select: all;"><code>[privacy-team:diagnosed]</code></span>''' to make the bug as diagnosed. | ||
# Depending on the [https://docs.google.com/document/d/15Nw7OAMzsHxR4hPu5ZQ117w-KrDVZd3ZE-ISQ5tdSOE/edit?tab=t.0#heading=h.1rlefy7l7tx2 WebCompat Classification Criteria] to add either <code>[exception-baseline]</code> or <code>[exception-convenience]</code> to the whiteboard. | # Depending on the [https://docs.google.com/document/d/15Nw7OAMzsHxR4hPu5ZQ117w-KrDVZd3ZE-ISQ5tdSOE/edit?tab=t.0#heading=h.1rlefy7l7tx2 WebCompat Classification Criteria] to add either '''<span style="user-select: all;"><code>[exception-baseline]</code></span>''' or '''<span style="user-select: all;"><code>[exception-convenience]</code></span>''' to the whiteboard. | ||
# Add necessary URLs to unblock into the User Story as the format <code>trackers-blocked:xyz.com,*.abc.com</code>. | # Add necessary URLs to unblock into the User Story as the format '''<span style="user-select: all;"><code>trackers-blocked:xyz.com,*.abc.com</code></span>'''. | ||
# Add classifier features into the User Story as the format <code>classifier-features:tracking-protection,emailtracking-protection</code> to indicate which features to unblock. | # Add classifier features into the User Story as the format <span style="user-select: all;"><code>classifier-features:tracking-protection,emailtracking-protection,socialtracking-protection,fingerprinting-protection</code></span> to indicate which features to unblock. See about:url-classifier for available lists. Usually it is '''<span style="user-select: all;"><code>classifier-features:tracking-protection</code></span>''' | ||
== Test different cookie modes == | == Test different cookie modes == | ||