1
0
Fork 0

Disabling first run page.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-22 23:00:57 +02:00
parent 61015dde72
commit 4faa8609d7
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,17 @@
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Disabling first run page.
diff -Naurp privacybadger.orig/src/js/background.js privacybadger/src/js/background.js
--- privacybadger.orig/src/js/background.js
+++ privacybadger/src/js/background.js
@@ -125,10 +125,6 @@ function Badger() {
});
// set up periodic fetching of hashes from eff.org
setInterval(self.updateDntPolicyHashes.bind(self), utils.oneDay() * 4);
-
- if (self.isFirstRun) {
- self.showFirstRunPage();
- }
});
/**

1
debian/patches/series vendored Normal file
View file

@ -0,0 +1 @@
progress-linux/0001-disable-first-run-page.patch