Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/common/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ YSLOW.registerRule({
'cdn.api.twitter.com', //Twitter API calls, served via Akamai
'apis.google.com', //Google's API Hosting
'.akamaihd.net', //Akamai - Facebook uses this for SSL assets
'.rackcdn.com' //Generic RackSpace CloudFiles CDN
'.rackcdn.com', //Generic RackSpace CloudFiles CDN
'.cdn.ngenix.net' //NGENIX CDN
],
// array of regexps that will be treated as exception.
exceptions: [
Expand Down