From d4064385277b3fa11d5cd5837026c97b119146c7 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Sat, 10 Apr 2021 04:03:14 +0200 Subject: [PATCH] Enable zoom limit for new installs in Chrome as well --- src/ext/conf/ExtensionConf.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ext/conf/ExtensionConf.ts b/src/ext/conf/ExtensionConf.ts index 01cecf4..c0874b9 100644 --- a/src/ext/conf/ExtensionConf.ts +++ b/src/ext/conf/ExtensionConf.ts @@ -963,7 +963,7 @@ const ExtensionConf: SettingsInterface = { ], mitigations: { zoomLimit: { - enabled: BrowserDetect.edge || BrowserDetect.isEdgeUA, + enabled: true, limit: 0.997, fullscreenOnly: true }