Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Unified Diff: LayoutTests/http/tests/security/resources/cors-script.php

Issue 954233003: Enable SRI only for same origin and CORS content. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed test failures Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/resources/cors-style.php » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/security/resources/cors-script.php
diff --git a/LayoutTests/http/tests/security/resources/cors-script.php b/LayoutTests/http/tests/security/resources/cors-script.php
index b99cf5d3a8eb01d8557924d6485b3269bce72a03..9f829dac66ee224dbcd0d7a3f2dd98aff58189c3 100644
--- a/LayoutTests/http/tests/security/resources/cors-script.php
+++ b/LayoutTests/http/tests/security/resources/cors-script.php
@@ -3,7 +3,7 @@ if (strtolower($_GET["cors"]) != "false") {
header("Access-Control-Allow-Origin: http://127.0.0.1:8000");
}
if (strtolower($_GET["credentials"]) == "true") {
- header("Access-Control-ALlow-Credentials: true");
+ header("Access-Control-Allow-Credentials: true");
}
header("Content-Type: application/javascript");
$delay = $_GET['delay'];
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/resources/cors-style.php » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698