Sign Up

Sign Up to our social questions and Answers to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In


Have an account? Sign In Now

Sign In

Login to our social questions & Answers to ask questions, answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Sorry, you do not have permission to add post.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Oraask Logo Oraask Logo
Sign InSign Up

Oraask

  • Write
    • Add A New Post
    • Ask A Question

Oraask Navigation

Search
Ask A Question

Mobile menu

Close
  • Categories
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Dev Tools
    • Online Compiler
    • Base64 Converter
  • Wiki
    • SQL Tutorials
    • Java Tutorials
    • Python Tutorials
    • JavaScript Tutorials
Home/ Questions/Q 75604
Next
Answered

Oraask Latest Questions

Question
Waqas
  • 0
  • 0
WaqasExplorer
Asked: October 22, 20212021-10-22T14:12:51+03:00 2021-10-22T14:12:51+03:00In: General Questions

OBIEE 12c: External Embedded Content is Not Displayed (This content is blocked.)

  • 0
  • 0

While trying to add embedded content in a dashboard specially to be a clickable link, getting this error :

This content is blocked. Contact the site owner to fix the issue obiee

I have tried from different browsers but still showing the same error.

please somebody help me in this.

thanks

obiee
1
  • 1 1 Answer
  • 673 Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook

    Related Questions

    • FailedAuthentication Fault Reason : FailedAuthentication : The security token cannot be authenticated
    • How get wwwroot folder path from ASP.NET core
    • What does & lt; and & gt; refer to?

    1 Answer

    • Voted
    • Oldest
    • Recent
    1. Hassan AbdElrahman
      Best Answer
      Hassan AbdElrahman Master Oracle ACE Pro ♠ | Oracle Senior ERP Technical Consultant
      2021-10-22T15:50:08+03:00Added an answer on October 22, 2021 at 3:50 pm
      This answer was edited.

      Hello Waqas , As explained here that for security reasons, you can no longer embed content from external domains in dashboards. To embed external content in dashboards, you must edit the instanceconfig.xml file.

      Note: You can accept embedding content from all external domains or from specific domain. Each has it’s different configuration.

      In case you need to embed an external content from all domains into your dashboard, so the DBA has to make the following changes in the presentation server :

      • Make a backup from file ( <DOMAIN_HOME>/config/fmwconfig/biconfig/OBIPS/instanceconfig.xml ).
      • Edit the original file and add the ContentSecurityPolicy element inside the Security element like below:
      <ServerInstance>
      ...
      <Security>
      ...
      <InIFrameRenderingMode>allow</InIFrameRenderingMode>
      <ContentSecurityPolicy>
      <PolicyDirectives>
      <Directive>
      <Name>child-src</Name>
      <Value>'self' www.zzz.com www.yyy.com</Value>
      </Directive>
      <Directive>
      <Name>img-src</Name>
      <Value>'self' www.zzz.com www.yyy.com</Value>
      </Directive>
      </PolicyDirectives>
      </ContentSecurityPolicy>
      ...
      </Security>
      ...
      </ServerInstance>
      • Save the file and restart the presentation server component (obips1).

       

      Note: If you have notice from the configuration above there is a word (self) between single quote, this one if you didn’t specified, you will accept the external content but you will also preventing you from accessing an internal sources. So to be able to embed both external and internal you have to write this word before the domain. Also another important note that if you type * between <value>*</value> means you can embed both internal and external content inside your dashboard. in this case no need to write the word ‘self’.

       

      Please do this on test environment first to make sure that everything is correct.

        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Forgot Password?

    Need An Account, Sign Up Here

    Sidebar

    Adv 250x250

    Explore

    • Categories
    • Questions
      • New Questions
      • Trending Questions
      • Must read Questions
      • Hot Questions
    • Dev Tools
      • Online Compiler
      • Base64 Converter
    • Wiki
      • SQL Tutorials
      • Java Tutorials
      • Python Tutorials
      • JavaScript Tutorials

    Footer

    Oraask

    About

    Oraask is a website for developers and software engineers who want to learn new skills, share their knowledge, and solve their coding problems. Oraask provides free content on various programming languages and topics, such as Oracle, Python, Java, etc. Oraask also allows users to ask questions and get answers from other members of the community.

    About Us

    • About Us
    • Contact Us

    Legal Stuff

    • Privacy Policy
    • Terms & Conditions

    Follow

    Oraask is licensed under CC BY-NC-SA 4.0Oraask CopyrightOraask CopyrightOraask CopyrightOraask Copyright

    © 2019 Oraask. All Rights Reserved
    With Love by Oraask.

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.