You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... but changing this to URLAllowlist doesn't seem to fix the symptom.
Changing line 70 to "URLAllowlist" did work for me. Do you see a policy listed under Chrome Policies on chrome://policy/
This statement is not true, at least not for Windows. Quoting #1288 (comment):
This is a working policy on MacOS this is a not working policy on Windows. They seem similar, but there are some minor discrepancies. I'll try resolving these to find the issue.
I've updated the original bug report specify the different behavior on Windows. Let's get this (seemingly upstream) bug documented properly so that we can determine next steps.
At some point, our code to suppress the
qz:launch
pop-ups stopped working.Initial glance would blame the deprecation of
URLWhitelist
, but changing this toURLAllowlist
on Windows doesn't seem to fix the symptom.Code policy locations -- click to expand (outdated)
Code:
Mac:
tray/src/qz/installer/MacInstaller.java
Line 70 in 291200f
Linux:
tray/src/qz/installer/LinuxInstaller.java
Line 30 in 291200f
Windows:
tray/src/qz/installer/WindowsInstaller.java
Line 148 in 291200f
With regards to whether or not the "Always allow" checkbox is shown, there's a policy for that as well, which we don't currently configure:
Historically, we've suppressed this pop-up via policy, but recent version of Chrome seem to show this pop-up:
The text was updated successfully, but these errors were encountered: