Skip to content

Commit 20ca2f8

Browse files
committed
Rename Url Classifier Exceptions -> Firefox ETP Exceptions for user facing elements.
1 parent 51be4aa commit 20ca2f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
1313
<meta
1414
name="description"
15-
content="UI displaying URL Classifier Exceptions stored in RemoteSettings"
15+
content="Dashboard listing exceptions for Firefox's Enhanced Tracking Protection (ETP)."
1616
/>
17-
<title>URL Classifier Exceptions</title>
17+
<title>Firefox ETP Exceptions</title>
1818
<link rel="stylesheet" href="./src/index.css" />
1919
<script type="module" src="/src/app.ts"></script>
2020
</head>

src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ export class App extends LitElement {
477477
render() {
478478
return html`
479479
<div class="container">
480-
<h1>URL Classifier Exceptions</h1>
480+
<h1>Firefox ETP Exceptions</h1>
481481
<p>
482482
This dashboard lists all exceptions for Firefox's (list based) Enhanced Tracking
483483
Protection (ETP). Exceptions may be applied when websites break due to tracker blocking.

0 commit comments

Comments
 (0)