mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
[Basilisk] Issue #19 followup - remove DNT from mozscreenshots We technically don't use mozscreenshots at all, but this should still be removed since it is no longer a valid setting
This commit is contained in:
parent
30e47eb5bc
commit
4edd2f91b4
1 changed files with 0 additions and 7 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue