Enable zoom limit for new installs in Chrome as well
This commit is contained in:
parent
6737061713
commit
d406438527
@ -963,7 +963,7 @@ const ExtensionConf: SettingsInterface = {
|
||||
],
|
||||
mitigations: {
|
||||
zoomLimit: {
|
||||
enabled: BrowserDetect.edge || BrowserDetect.isEdgeUA,
|
||||
enabled: true,
|
||||
limit: 0.997,
|
||||
fullscreenOnly: true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user