lynchpin4/atom-browser-webview

Add X-Frame-Options bypass to feature list of this Package (i.e README.md)

Closed this issue · 1 comments

This package solves a very common problem when embedding web pages inside web-based environments (like Atom or node-webkit) which is the need to disable the X-Frame-Options header (designed for IFrame/ClickJacking security protection).

The fact that that works, is a good reason to install it

You can see an example of the problem here mark-hahn/web-browser#5 (comment) (on a similar package)

And here is the image that shows the harder case (GitHub)

image

Nice work and thanks for publishing this package

added
"Is an actual web browser, no use of iframes so every site should load as it would in Chrome or Firefox. (Some individual web features i.e. popups may not be supported) *"

to the readme.md - otherwise closing this b/c not an issue. thanks for testing!