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

Restore the functionality of disable-x-frame-options #26258

Closed
0xENDER opened this issue Oct 29, 2020 · 3 comments
Closed

Restore the functionality of disable-x-frame-options #26258

0xENDER opened this issue Oct 29, 2020 · 3 comments

Comments

@0xENDER
Copy link

0xENDER commented Oct 29, 2020

disable-x-frame-options is not working anymore. (#426)

<iframe name="disable-x-frame-options"></iframe>

It would be really nice to reintroduce this feature. Or, maybe, you can make it possible to create custom elements that share the same functionality of a webview.

@nornagon
Copy link
Member

This can be accomplished with the webRequest API, e.g.: #573 (comment)

@0xENDER
Copy link
Author

0xENDER commented Dec 18, 2020

No, I don't want to disable this in all of the <iframe>-s in the window. I only want to target specific <iframe>-s.

@nornagon
Copy link
Member

Fair enough, here you go: #27078

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

No branches or pull requests

3 participants