添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
爱逃课的小狗  ·  How to Split a String ...·  7 月前    · 
酒量大的西红柿  ·  Matomo | The ...·  7 月前    · 
紧张的小熊猫  ·  [Solved]-Spring kafka ...·  1 年前    · 

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • e-Commerce
  • Accounting
  • Inventory
  • Project management
  • Take the tour

    Hi Everyone,

    I'm working to add an external websites page inside an iFrame in my Odoo website I added the code from an HTML block element from the website builder. The code is below

    <iframe width="640" height="500" src="confidential_client_website_page_url"></iframe>

    But what I get is an iframe with some error image and <domain> refused to connect.



    It is a security policy , you can not add iframe in your site if a site in iframe refuses cross-origin framing.

    See this: ​https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy#Cross-origin_network_access​

    If you have access to that website you can add X-Frame-Options header like this to allow/deny iframes,
    https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options


    Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

    Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.