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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/MANIFEST.json

Issue 2689173002: Implement script MIME restrictions for X-Content-Type-Options: nosniff for Workers (Closed)
Patch Set: incorporated mkwst@'s comment Created 3 years, 10 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:
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/workers/WorkerGlobalScope_importScripts_NosniffErr.htm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/external/wpt/MANIFEST.json
diff --git a/third_party/WebKit/LayoutTests/external/wpt/MANIFEST.json b/third_party/WebKit/LayoutTests/external/wpt/MANIFEST.json
index 5de3d34657f5b6e3cd5deb53d09465eed9cdeae7..136d3f3d29c46129badc29250550a278ab80965f 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/MANIFEST.json
+++ b/third_party/WebKit/LayoutTests/external/wpt/MANIFEST.json
@@ -17032,6 +17032,11 @@
{}
]
],
+ "workers/support/ImportScriptsNosniffErr.js": [
+ [
+ {}
+ ]
+ ],
"workers/support/Timer.js": [
[
{}
@@ -17072,6 +17077,11 @@
{}
]
],
+ "workers/support/nosiniff-error-worker.py": [
+ [
+ {}
+ ]
+ ],
"workers/support/sandboxed-tests.html": [
[
{}
@@ -33591,6 +33601,12 @@
{}
]
],
+ "workers/WorkerGlobalScope_importScripts_NosniffErr.htm": [
+ [
+ "/workers/WorkerGlobalScope_importScripts_NosniffErr.htm",
+ {}
+ ]
+ ],
"workers/WorkerGlobalScope_setInterval.htm": [
[
"/workers/WorkerGlobalScope_setInterval.htm",
@@ -33753,6 +33769,12 @@
{}
]
],
+ "workers/Worker_NosniffErr.htm": [
+ [
+ "/workers/Worker_NosniffErr.htm",
+ {}
+ ]
+ ],
"workers/Worker_basic.htm": [
[
"/workers/Worker_basic.htm",
@@ -56812,6 +56834,10 @@
"a5db00156a688f09871daae138f1de561c29ff62",
"testharness"
],
+ "workers/WorkerGlobalScope_importScripts_NosniffErr.htm": [
+ "fc4957ca4ea20d0bce364d19bb0b7001e9a60142",
+ "testharness"
+ ],
"workers/WorkerGlobalScope_setInterval.htm": [
"30371bcd0af113ee5dc0a7c4a40a67b99efdfa78",
"testharness"
@@ -56920,6 +56946,10 @@
"aff9caff2241fd0c0dc39d7576d5e6ca373a4f42",
"testharness"
],
+ "workers/Worker_NosniffErr.htm": [
+ "93694174588914798b9462334f40a289daa4d879",
+ "testharness"
+ ],
"workers/Worker_basic.htm": [
"f83b047afddadb9224c5ce3ca595a2a5720f4639",
"testharness"
@@ -57696,6 +57726,10 @@
"fdce6cc29ec625b3b607008a0f4c39d31c1480fb",
"support"
],
+ "workers/support/ImportScriptsNosniffErr.js": [
+ "4c31ea9c0553deeb2b89ddcf9a7008625474d324",
+ "support"
+ ],
"workers/support/Timer.js": [
"29ccfe8b74c9401d5910d7f52374d1acc767c9ad",
"support"
@@ -57728,6 +57762,10 @@
"b0e679dd7720701364abeaca6870d94db5d7ee74",
"support"
],
+ "workers/support/nosiniff-error-worker.py": [
+ "aa81cbafc77ccc9407cba3ac0bd4498e5076bf2b",
+ "support"
+ ],
"workers/support/sandboxed-tests.html": [
"89547c85b03f401be7cfc0c29251d5bc55236e44",
"support"
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/workers/WorkerGlobalScope_importScripts_NosniffErr.htm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698