You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.
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)
#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)
Can we change all to HTTPS ?
#filearts/plunker_www#110
The text was updated successfully, but these errors were encountered: