diff options
-rw-r--r-- | basilisk/tools/mozscreenshots/mozscreenshots/extension/configurations/Preferences.jsm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/basilisk/tools/mozscreenshots/mozscreenshots/extension/configurations/Preferences.jsm b/basilisk/tools/mozscreenshots/mozscreenshots/extension/configurations/Preferences.jsm index aa2b3f2..d7127f9 100644 --- a/basilisk/tools/mozscreenshots/mozscreenshots/extension/configurations/Preferences.jsm +++ b/basilisk/tools/mozscreenshots/mozscreenshots/extension/configurations/Preferences.jsm @@ -22,7 +22,6 @@ this.Preferences = { ["paneContent", null], ["paneApplications", null], ["panePrivacy", null], - ["panePrivacy", null, DNTDialog], ["panePrivacy", null, clearRecentHistoryDialog], ["paneSecurity", null], ["paneSync", null], @@ -96,12 +95,6 @@ function paintPromise(browserWindow) { }); } -function* DNTDialog(aBrowser) { - yield ContentTask.spawn(aBrowser, null, function* () { - content.document.getElementById("doNotTrackSettings").click(); - }); -} - function* connectionDialog(aBrowser) { yield ContentTask.spawn(aBrowser, null, function* () { content.document.getElementById("connectionSettings").click(); |