Protection for history.length did not work

Fixes #309
This commit is contained in:
kkapsner 2019-02-04 13:40:44 +01:00
parent eb83002917
commit 1bb5013a39
2 changed files with 4 additions and 5 deletions

View File

@ -43,7 +43,9 @@
function getStatus(obj, status){
return Object.create(status);
status = Object.create(status);
status.active = true;
return status;
}
scope.changedGetters.forEach(function(changedGetter){

View File

@ -2,11 +2,8 @@ Version 0.5.7:
changes:
- reset settings no longer only available in expert mode
new features:
-
fixes:
-
- protection for history length did not work
known issues:
- if a data URL is blocked the page action button does not appear