tgjones / gemini

Gemini is an IDE framework similar in concept to the Visual Studio Shell. It uses AvalonDock and has an MVVM architecture based on Caliburn Micro.
Other
1.1k stars 298 forks source link

Refused to display 'http://localhost:8888/tree' in a frame because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self'". #296

Open Jeenesh007 opened 6 years ago

Jeenesh007 commented 6 years ago

i want to embed juypter note to my application both are hosted in my local only

http://localhost:4200/models this is my application & http://localhost:8888/tree this is my juypter link

when i put url in iframe it is showing fallowing error Refused to display 'http://localhost:8888/tree' in a frame because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self'"

Please help me to solve this