GoogleWebComponents / google-apis

Web components for loading Google's JavaScript Libraries
https://elements.polymer-project.org/elements/google-apis
Other
87 stars 64 forks source link

omitted url scheme to adapt that of the host page #54

Closed renfeng closed 9 years ago

ebidel commented 9 years ago

Thanks for the pr. We should continue to use ssl everywhere since these APIs support it. Using protocol relative doesn't offer much to users.

renfeng commented 9 years ago

May I raise a use case where protocol relative comes handy?

For users rely on reverse proxy to access Google APIs, they don't have to buy and install SSL certificates on their proxy servers. You know it costs less to proxy HTTP requests :)