File tree Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 19
19
< script type ="module " src ="/src/app.ts "> </ script >
20
20
</ head >
21
21
< body >
22
- < h1 > URL Classifier Exceptions</ h1 >
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 >
35
22
< app-root > </ app-root >
36
23
</ body >
37
24
</ html >
Original file line number Diff line number Diff line change @@ -184,6 +184,21 @@ export class App extends LitElement {
184
184
render ( ) {
185
185
return html `
186
186
< div class ="container ">
187
+ < h1 > URL Classifier Exceptions</ h1 >
188
+ < p >
189
+ This dashboard lists all exceptions for Firefox's (list based) Enhanced Tracking
190
+ Protection (ETP). Exceptions may be applied when websites break due to tracker blocking.
191
+ This ensures Firefox can protect the privacy of users while still keeping websites
192
+ working. See
193
+ < a
194
+ href ="https://wiki.mozilla.org/Security/Anti_tracking_policy#Policy_Exceptions "
195
+ target ="_blank "
196
+ rel ="noopener noreferrer "
197
+ > our anti-tracking policy</ a
198
+ >
199
+ for more information.
200
+ </ p >
201
+
187
202
${ this . renderMainContent ( ) }
188
203
189
204
< footer >
You can’t perform that action at this time.
0 commit comments