Skip to content

Commit fdde706

Browse files
committed
purge: Update for Highwinds CDN
The code.jquery.com site is no longer via NetDNA/MaxCDN, rather it is now via Highwinds. Both part of StackPath, but have very different APIs. Ref jquery/infrastructure#438.
1 parent cd0d064 commit fdde706

File tree

7 files changed

+61
-1098
lines changed

7 files changed

+61
-1098
lines changed

config-sample.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
"url": "vagrant.codeorigin.jquery.com",
33
"username": "admin",
44
"password": "secret",
5-
"cdn": {
6-
"consumer_key": "key",
7-
"consumer_secret": "secret"
5+
6+
"highwinds": {
7+
"api_url": "https://striketracker.highwinds.com",
8+
"api_token": "example_token",
9+
"account_hash": "example_hash"
810
}
911
}

netdnarws-php/CurlException.php

Lines changed: 0 additions & 17 deletions
This file was deleted.

netdnarws-php/NetDNA.php

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)