summaryrefslogtreecommitdiffstats
path: root/browser/components/preferences/donottrack.xul
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-06-04 13:17:38 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-06-04 13:17:38 +0200
commita1be17c1cea81ebb1e8b131a662c698d78f3f7f2 (patch)
treea92f7de513be600cc07bac458183e9af40e00c06 /browser/components/preferences/donottrack.xul
parentbf11fdd304898ac675e39b01b280d39550e419d0 (diff)
downloadUXP-a1be17c1cea81ebb1e8b131a662c698d78f3f7f2.tar
UXP-a1be17c1cea81ebb1e8b131a662c698d78f3f7f2.tar.gz
UXP-a1be17c1cea81ebb1e8b131a662c698d78f3f7f2.tar.lz
UXP-a1be17c1cea81ebb1e8b131a662c698d78f3f7f2.tar.xz
UXP-a1be17c1cea81ebb1e8b131a662c698d78f3f7f2.zip
Issue #303 Part 1: Move basilisk files from /browser to /application/basilisk
Diffstat (limited to 'browser/components/preferences/donottrack.xul')
-rw-r--r--browser/components/preferences/donottrack.xul43
1 files changed, 0 insertions, 43 deletions
diff --git a/browser/components/preferences/donottrack.xul b/browser/components/preferences/donottrack.xul
deleted file mode 100644
index d0631ac4f..000000000
--- a/browser/components/preferences/donottrack.xul
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0"?>
-
-<!-- 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/. -->
-
-<?xml-stylesheet href="chrome://global/skin/"?>
-<?xml-stylesheet href="chrome://browser/skin/preferences/preferences.css"?>
-
-<!DOCTYPE prefwindow [
-<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
-<!ENTITY % doNotTrackDTD SYSTEM "chrome://browser/locale/preferences/donottrack.dtd">
-%brandDTD;
-%doNotTrackDTD;
-]>
-
-<prefwindow id="DoNotTrackDialog" type="child"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- xmlns:html="http://www.w3.org/1999/xhtml"
- title="&window.title;"
- style="width: &window.width;; height: &window.height;;"
- dlgbuttons="accept,cancel">
- <prefpane>
- <preferences>
- <preference id="privacy.donottrackheader.enabled"
- name="privacy.donottrackheader.enabled"
- type="bool"/>
- </preferences>
- <hbox align="center" pack="start">
- <!-- Work around focus ring not showing properly. -->
- <spacer style="width: 1em;"/>
- <checkbox label="&doNotTrackCheckbox2.label;"
- accesskey="&doNotTrackCheckbox2.accesskey;"
- preference="privacy.donottrackheader.enabled"/>
- </hbox>
- <description flex="1" class="doNotTrackLearnMore">
- &doNotTrackTPInfo.description;
- <label class="text-link"
- value="&doNotTrackLearnMore.label;"
- href="https://www.mozilla.org/dnt"/>
- </description>
- </prefpane>
-</prefwindow>