mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-18 11:08:26 +00:00
#516: idle time to 10s; add more adblock hosts
This commit is contained in:
parent
12cdb0cd25
commit
dc12741bee
@ -1125,6 +1125,9 @@ nsScriptSecurityManager::CheckLoadURIWithPrincipal(nsIPrincipal* aPrincipal,
|
|||||||
BLOK("secure-cdn.mplxtms.com") ||
|
BLOK("secure-cdn.mplxtms.com") ||
|
||||||
|
|
||||||
BLOK("usadmm.dotomi.com") ||
|
BLOK("usadmm.dotomi.com") ||
|
||||||
|
|
||||||
|
BLOK("p.d.1emn.com") ||
|
||||||
|
BLOK("p.w.1emn.com") ||
|
||||||
0) {
|
0) {
|
||||||
#undef BLOK
|
#undef BLOK
|
||||||
// Yup.
|
// Yup.
|
||||||
|
@ -70,7 +70,7 @@
|
|||||||
#define MAX_IDLE_FUZZ_TIME_MS 90000
|
#define MAX_IDLE_FUZZ_TIME_MS 90000
|
||||||
|
|
||||||
// Min idle notification time in seconds.
|
// Min idle notification time in seconds.
|
||||||
#define MIN_IDLE_NOTIFICATION_TIME_S 1
|
#define MIN_IDLE_NOTIFICATION_TIME_S 10
|
||||||
|
|
||||||
class nsIArray;
|
class nsIArray;
|
||||||
class nsIBaseWindow;
|
class nsIBaseWindow;
|
||||||
|
Loading…
Reference in New Issue
Block a user