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

Set the Policy-Permissions in the header via Zoid #447

Open
0x4Graham opened this issue Jan 19, 2024 · 0 comments
Open

Set the Policy-Permissions in the header via Zoid #447

0x4Graham opened this issue Jan 19, 2024 · 0 comments

Comments

@0x4Graham
Copy link

Is it possible to set Policy-Permissions in the request via zoid?

I have an issue where I require the iframe to make use of USB. I added the following but it's not working:

  • on the iFrame it's loading allow: usb, but still getting the following error: Permissions policy violation: usb is not allowed in this document.
      attributes: {
        iframe: {
          allow: 'usb',
        },
      },
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

1 participant