mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-30 23:38:47 +01:00
Made history length threshold url specific
This commit is contained in:
parent
56b830c5a9
commit
8e628f9d13
@ -286,7 +286,8 @@
|
||||
},
|
||||
{
|
||||
name: "historyLengthThreshold",
|
||||
defaultValue: 2
|
||||
defaultValue: 2,
|
||||
urlSpecific: true
|
||||
},
|
||||
{
|
||||
name: "protectWindow",
|
||||
|
@ -1,6 +1,7 @@
|
||||
Version 0.5.9:
|
||||
changes:
|
||||
- code cleanup
|
||||
- made history length threshold url specific
|
||||
|
||||
new features:
|
||||
- added protection for navigator properties
|
||||
|
Loading…
x
Reference in New Issue
Block a user