open social gadget is blocking the javascript contents
![](http://jazz.net/_images/myphoto/12e972b7803e8594eb74ac131f5f520a.jpg)
Hello team
For my developed widget I get some warnings like
Content Security Policy: Ignoring ‘x-frame-options’ because of ‘frame-ancestors’ directive.
Loading mixed (insecure) active content “http://rb-bosch/psalm_test/Test_PlayGround/com.bosch.rtc.testWidget/WebContent/lib/jquery-3.1.0.min.js” on a secure page[Learn More] Components_PlayGround
Loading mixed (insecure) active content “http://rb-bosch/psalm_test/Test_PlayGround/com.bosch.rtc.testWidget/WebContent/lib/html2canvas.js” on a secure page[Learn More] Components_PlayGround
Why these warnings /errors will be displayed whenever i am trying to load my widget?
Any help will be appreciated
Thank you
Accepted answer
![](http://jazz.net/_images/myphoto/12e972b7803e8594eb74ac131f5f520a.jpg)
Hi Vinitha,
This is caused by the fact that the widget uses unsecure connection. You can find more about mixed content on this page: What Is Mixed Content?
You can disable checking mixed content according to the following document: How to fix a website with blocked mixed content.
Please let us know if that was useful.