1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-04 12:27:51 +02:00

Made history length threshold url specific

This commit is contained in:
kkapsner 2019-04-27 22:26:23 +02:00
parent 56b830c5a9
commit 8e628f9d13
2 changed files with 3 additions and 1 deletions

View File

@ -286,7 +286,8 @@
}, },
{ {
name: "historyLengthThreshold", name: "historyLengthThreshold",
defaultValue: 2 defaultValue: 2,
urlSpecific: true
}, },
{ {
name: "protectWindow", name: "protectWindow",

View File

@ -1,6 +1,7 @@
Version 0.5.9: Version 0.5.9:
changes: changes:
- code cleanup - code cleanup
- made history length threshold url specific
new features: new features:
- added protection for navigator properties - added protection for navigator properties