File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
< meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
13
13
< meta
14
14
name ="description "
15
- content ="UI displaying URL Classifier Exceptions stored in RemoteSettings "
15
+ content ="Dashboard listing exceptions for Firefox's Enhanced Tracking Protection (ETP). "
16
16
/>
17
- < title > URL Classifier Exceptions</ title >
17
+ < title > Firefox ETP Exceptions</ title >
18
18
< link rel ="stylesheet " href ="./src/index.css " />
19
19
< script type ="module " src ="/src/app.ts "> </ script >
20
20
</ head >
Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ export class App extends LitElement {
477
477
render ( ) {
478
478
return html `
479
479
< div class ="container ">
480
- < h1 > URL Classifier Exceptions</ h1 >
480
+ < h1 > Firefox ETP Exceptions</ h1 >
481
481
< p >
482
482
This dashboard lists all exceptions for Firefox's (list based) Enhanced Tracking
483
483
Protection (ETP). Exceptions may be applied when websites break due to tracker blocking.
You can’t perform that action at this time.
0 commit comments