From bf757a5431e894b3480076fa11b86f43304fa665 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Fri, 6 Dec 2019 23:45:28 +0100 Subject: [PATCH] Added mail.google.com to the convenience preset Fixes #413 --- options/presets.json | 1 + releaseNotes.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/options/presets.json b/options/presets.json index 1fcc041..b97349f 100644 --- a/options/presets.json +++ b/options/presets.json @@ -2,6 +2,7 @@ "convenience": { "maxFakeSize": 1000000, "protectDOMRect": { + "mail.google.com": false, "onedrive.live.com": false } }, diff --git a/releaseNotes.txt b/releaseNotes.txt index 2230664..79b588b 100644 --- a/releaseNotes.txt +++ b/releaseNotes.txt @@ -2,6 +2,7 @@ Version 0.5.15: changes: - improved storage of protected API features - code cleanup + - added mail.google.com to the convenience preset new features: - added screen protection