Added mail.google.com to the convenience preset

Fixes #413
This commit is contained in:
kkapsner 2019-12-06 23:45:28 +01:00
parent 762367a87b
commit bf757a5431
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
"convenience": { "convenience": {
"maxFakeSize": 1000000, "maxFakeSize": 1000000,
"protectDOMRect": { "protectDOMRect": {
"mail.google.com": false,
"onedrive.live.com": false "onedrive.live.com": false
} }
}, },

View File

@ -2,6 +2,7 @@ Version 0.5.15:
changes: changes:
- improved storage of protected API features - improved storage of protected API features
- code cleanup - code cleanup
- added mail.google.com to the convenience preset
new features: new features:
- added screen protection - added screen protection