filearts / plunker

Plnkr.co front-end and backend
MIT License
598 stars 119 forks source link

jquery 1.8 without SSL (https) from ajax.googleapis.com is blocked by some firewall #135

Open sreekumarp opened 6 years ago

sreekumarp commented 6 years ago

In my company, jquery CDN url with out https is blocked.

Blocked URL: http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js

Working URL: https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js

I can see in if we browser below url its working, https://plnkr.co/edit/?p=options Because, this URL or route uses jquery with HTTPS - Identified from developer tools.

The same is not working with below urls, because, this URL or route uses jquery without HTTPS (http only)

  1. http://plnkr.co/
  2. http://plnkr.co/edit/SAl4YVXKRWpS7OeTYMrd?p=preview

Can we change all to HTTPS ?

https://github.com/filearts/plunker_www/issues/110

sreekumarp commented 6 years ago

Sry. Please close this issue. Raised in right repository.