angular / angularjs.org

code for angularjs.org site
http://angularjs.org/
MIT License
258 stars 189 forks source link

Make plnkr.co link https #223

Closed SteveDesmond-ca closed 6 years ago

SteveDesmond-ca commented 6 years ago

When visiting https://angularjs.org and clicking the "Edit Me" button, a browser security warning pops up, as data is attempting to be sent via unsecured HTTP. This PR sets the request to use HTTPS instead, to eliminate the browser warning.

googlebot commented 6 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


SteveDesmond-ca commented 6 years ago

CLA signed

googlebot commented 6 years ago

CLAs look good, thanks!

Narretz commented 6 years ago

Thanks! This might not reflect immediately on the live website.