Files
tubestation/toolkit/content/aboutTelemetry.xhtml
2025-11-06 14:13:17 +00:00

38 lines
1.2 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!-- 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/. -->
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta
http-equiv="Content-Security-Policy"
content="default-src chrome: resource:; object-src 'none'"
/>
<meta name="color-scheme" content="light dark" />
<title data-l10n-id="about-telemetry-page-title"></title>
<link
rel="stylesheet"
href="chrome://global/content/aboutTelemetry.css"
type="text/css"
/>
<script src="chrome://global/content/aboutTelemetry.js" />
<link rel="localization" href="branding/brand.ftl" />
<link rel="localization" href="toolkit/about/aboutTelemetry.ftl" />
</head>
<body id="body">
<div id="categories">
<section id="home-section" class="active">
<p id="page-subtitle" data-l10n-id="telemetry-page-subtitle"></p>
<p id="ping-explanation"><a id="pingLink" data-l10n-id="telemetry-privacy-policy"
href="https://www.waterfox.net/docs/policies/privacy/"></a></p>
</section>
</div>
</body>
</html>