Skip to content

Commit

Permalink
Merge eaf99e0 into 51916ef
Browse files Browse the repository at this point in the history
  • Loading branch information
youennf committed Mar 22, 2017
2 parents 51916ef + eaf99e0 commit c77e39e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fetch/api/cors/cors-preflight.js
Expand Up @@ -99,4 +99,6 @@ corsPreflight("CORS [GET] [several headers], server refuses", corsUrl, "GET", fa
corsPreflight("CORS [PUT] [several headers], server allows", corsUrl, "PUT", true, headers, safeHeaders);
corsPreflight("CORS [PUT] [several headers], server refuses", corsUrl, "PUT", false, headers, safeHeaders);

corsPreflight("CORS [PUT] [only safe headers], server allows", corsUrl, "PUT", true, null, safeHeaders);

done();

0 comments on commit c77e39e

Please sign in to comment.