Tagged Questions
2
votes
2answers
345 views
Should I use HTTP or HTTPS to reference resources on the Google CDN?
All the examples of accessing google's CDN use https:// in the URL (including on Google itself) - but this has caused a problem when testing in Safari (certificate problem and also different domain).
...