We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At some point, our code to suppress the qz:launch pop-ups stopped working.
qz:launch
Initial glance would blame the deprecation of URLWhitelist, but changing this to URLAllowlist doesn't seem to fix the symptom.
URLWhitelist
URLAllowlist
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:
Changing line 70 to "URLAllowlist" did work for me. Do you see a policy listed under Chrome Policies on chrome://policy/
Chrome Policies
Sorry, something went wrong.
Great, let's get a PR prepared and then we can retest.
tresf
Vzor-
Successfully merging a pull request may close this issue.
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
doesn't seem to fix the symptom.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: