Skip to content
New issue

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

Chrome: qz:launch shows pop-up #1277

Open
tresf opened this issue Jul 16, 2024 · 3 comments
Open

Chrome: qz:launch shows pop-up #1277

tresf opened this issue Jul 16, 2024 · 3 comments
Assignees
Milestone

Comments

@tresf
Copy link
Contributor

tresf commented Jul 16, 2024

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 to URLAllowlist on Windows doesn't seem to fix the symptom.

Code policy locations -- click to expand (outdated)

Code:

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:

image
@tresf tresf added this to the 2.2.5 milestone Jul 16, 2024
@tresf tresf self-assigned this Jul 16, 2024
@Vzor-
Copy link
Contributor

Vzor- commented Aug 28, 2024

Changing line 70 to "URLAllowlist" did work for me. Do you see a policy listed under Chrome Policies on chrome://policy/

@tresf
Copy link
Contributor Author

tresf commented Aug 28, 2024

Changing line 70 to "URLAllowlist" did work for me. Do you see a policy listed under Chrome Policies on chrome://policy/

Great, let's get a PR prepared and then we can retest.

@tresf
Copy link
Contributor Author

tresf commented Dec 10, 2024

... 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 Screenshot 2024-08-29 at 2 03 14 PM this is a not working policy on Windows. Screenshot 2024-08-29 at 2 04 01 PM 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants