-
Notifications
You must be signed in to change notification settings - Fork 45
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
无法访问设置了'X-Frame-Options'的网页 #10
Labels
enhancement
New feature or request
Comments
这种情况无法解决,因为百度设置了X-Frame-Options之后,只能在同域名的网站将其嵌入到iframe中。建议添加不做此限制的网站。https://cn.bing.com/ |
是不是可以添加支持针对X-Frame-Options的网站,打开为浏览器新的tab页 |
不错的建议,会考虑实现 |
原理是借助iframe来开启模拟的浏览器窗口嘛~~ |
是的,如果后续有足够工时,可以考虑使用别的方式 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
添加 百度 到桌面,无法打开页面,console报错如下:
Refused to display 'https://www.baidu.com/' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
请问该情况是否可以处理或改进?
The text was updated successfully, but these errors were encountered: