Questions tagged [google-cdn]

This tag should be NOT used for questions regarding Google Cloud CDN, part of Google Cloud Platform; for that, use the 'google-cloud-cdn' tag instead.

For questions regarding the JavaScript libraries hosted by Google Hosted Libraries

This tag should be NOT used for questions regarding Google Cloud CDN, part of Google Cloud Platform; for that, use instead.

139 questions
4
votes
1 answer

How to protect your GCP apps from bad bots using Cloud Armor and Load Balancer?

I have the Google Cloud Platform load balancer as a CDN and entry point to my running services. As far as I know GCP load balancer offers out of the box DDoS protection even without custom Cloud Armor rules setup. Is it also includes some protection…
4
votes
3 answers

Asp.Net CDN Minified JQuery Not Gzipped?

Does anyone know if there is a reason why the minified versions of the jQuery files on the Asp.Net content delivery network are not gzip compressed? The non-minified versions are properly…
Sam
  • 9,933
  • 12
  • 68
  • 104
4
votes
2 answers

Advantages of CDN content served via https over http

All of google's CDN libraries are served via https. Is there any advantage of serving them via https over http ?
anjanesh
  • 3,771
  • 7
  • 44
  • 58
4
votes
5 answers

Chrome Broweser: csi.gstatic.com keeps loading

I have a website, however when i view the website on Chrome, i see in the lower left corner: Waiting for csi.gstatic.com...... This does not go away and stays there the entire time. I am using the google CDN for Jquery etc, however why does this…
Tom
  • 906
  • 1
  • 8
  • 30
4
votes
2 answers

What is the difference between the two Google JS client CDN's?

A) versus B) The only differnence being the api: before client.js. CDN A is used in the Google Sign-In for Websites docs in…
Marc M.
  • 3,631
  • 4
  • 32
  • 53
4
votes
4 answers

Handle when Google Fonts fail/slow to load?

The Google fonts is now being blocked/heavily throttled in China, and our website is very slow now. We want to way to handle the failure situation instead of letting our user to wait. It is okay to fail back to use the system font when Google failed…
Howard
  • 19,215
  • 35
  • 112
  • 184
4
votes
4 answers

Cross-origin requests on Google CDN

I am trying to load a file with a .json extension from the Google CDN: //ajax.googleapis.com/ajax/libs/dojo/1.8/dojox/geo/charting/resources/data/USStates.json Standard xhr requests fail because of the cross-origin policy. Does the Google CDN…
Christophe
  • 27,383
  • 28
  • 97
  • 140
3
votes
1 answer

jQuery UI $.datepicker () Does Not Exist for Google Code CDN (Works Locally)

When I link to the jQuery UI file stored on Google's servers with the following code in my :