forked from mirrors/gecko-dev
This patch makes the tracker category on the protection panel to show the email tracker domains when they are blocked. The tracker category will handle the email tracking content blocking events and show the domains of blocked email trackers on the tracker category subview when email tracking protection is enabled. Differential Revision: https://phabricator.services.mozilla.com/D171714
12 lines
411 B
HTML
12 lines
411 B
HTML
<!DOCTYPE HTML>
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
<html dir="ltr" xml:lang="en-US" lang="en-US">
|
|
<head>
|
|
<meta charset="utf8">
|
|
</head>
|
|
<body>
|
|
<iframe src="https://email-tracking.example.org/"></iframe>
|
|
</body>
|
|
</html>
|