File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 20
20
</ head >
21
21
< body >
22
22
< h1 > URL Classifier Exceptions</ h1 >
23
- < p > This dashboard lists all URL Classifier Exceptions stored in RemoteSettings.</ p >
23
+ < p >
24
+ This dashboard lists all exceptions for Firefox's (list based) Enhanced
25
+ Tracking Protection (ETP). Exceptions may be applied when websites break
26
+ due to tracker blocking. This ensures Firefox can protect the privacy of
27
+ users while still keeping websites working. See
28
+ < a href ="https://wiki.mozilla.org/Security/Anti_tracking_policy#Policy_Exceptions "
29
+ target ="_blank "
30
+ rel ="noopener noreferrer "
31
+ > our anti-tracking policy</ a
32
+ >
33
+ for more information.
34
+ </ p >
24
35
< app-root > </ app-root >
25
36
</ body >
26
37
</ html >
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ export class App extends LitElement {
132
132
}
133
133
return html `
134
134
< p >
135
- There are a total of ${ this . records . length } exceptions on record.
135
+ There are currently a total of ${ this . records . length } exceptions on record.
136
136
${ this . records . filter ( ( e ) => ! e . topLevelUrlPattern ?. length ) . length } global exceptions and
137
137
${ this . records . filter ( ( e ) => e . topLevelUrlPattern ?. length ) . length } per-site exceptions.
138
138
${ this . records . filter ( ( e ) => e . category === "baseline" ) . length } of them are baseline
You can’t perform that action at this time.
0 commit comments