Disabling first run page.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
61015dde72
commit
4faa8609d7
2 changed files with 18 additions and 0 deletions
17
debian/patches/progress-linux/0001-disable-first-run-page.patch
vendored
Normal file
17
debian/patches/progress-linux/0001-disable-first-run-page.patch
vendored
Normal 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
1
debian/patches/series
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
progress-linux/0001-disable-first-run-page.patch
|
Loading…
Add table
Add a link
Reference in a new issue