Skip to content

Commit

Permalink
Merge pull request marcelduran#35 from sajal/master
Browse files Browse the repository at this point in the history
ChinaCache validation for ycdn
  • Loading branch information
Marcel Duran committed Jun 22, 2012
2 parents cf3986c + b781a03 commit 50a5bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ YSLOW.registerRule({
}

// experimental custom header, use lowercase
match = headers['x-cdn'] || headers['x-amz-cf-id'] || headers['x-edge-location'];
match = headers['x-cdn'] || headers['x-amz-cf-id'] || headers['x-edge-location'] || headers['powered-by-chinacache'];
if (match) {
continue;
}
Expand Down

0 comments on commit 50a5bb8

Please sign in to comment.