-
As mentioned by @devd on https://github.com/w3c/webappsec/pull/118#issuecomment-70456839, web developers should probably check for any integrity failures and fallback to a known good resource. We shou…
-
A new practice for using CDN is to test it is there and if not load it from a local copy. Like this:
```
window.jQuery || document.write('\x3C/script>')
```
Thinking this is a good thing to add.…
-
Hello Jack,
it would be really nice if you could include the resources from https://cdnjs.com, you can get the list over json (https://cdnjs.com/packages.json). By the way, the JSON file gets loaded …
-
We need to re-enable this task back after removing the check for lag between DB and blob.
Both primary and secondary DC points to same CDN now and checking for the lag between DB and blob is not requi…
-
How can I check if bootstrap is loaded through your CDN in case there is block to http://www.bootstrapcdn.com/ or something else happens and I need to fallback to a local version of the script?
-
I'd like to override the waitSeconds per path so I can better define timeouts for me CDNs. This way if a CDN doesn't reply quick enough it can load the local file quicker. This will attempt to make …
-
Disable TransferPackagesToFailoverDC Job. Failover DC should simply point to primary CDN
-
I wrote up a post yesterday on the Node.js google group but it seems there's more chance of a more in depth response by posting it here
It asks what can be done about npm's downtime, how do we make r…
-
Even on jsdelivr.com, all uses of `cdn.jsdelivr.net` is only returning a `404` status. So the majority of CSS and JavaScript is malformed. At least from my location, right now jsdelivr.com is showing …
-
I'm searching for a way to configure gdnsd with geoip module to return either A or CNAME record for 1 single host record . I guess the limit is in the zone file directives DYNA and DYNC , I don't know…