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

Unified Diff: chrome/test/data/extensions/api_test/extension_resource_request_policy/some_accessible/manifest.json

Issue 2007133004: Disallow navigation to documents not explicitly listed as web accessible. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issues from code review. Created 4 years, 7 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
Index: chrome/test/data/extensions/api_test/extension_resource_request_policy/some_accessible/manifest.json
diff --git a/chrome/test/data/extensions/api_test/extension_resource_request_policy/some_accessible/manifest.json b/chrome/test/data/extensions/api_test/extension_resource_request_policy/some_accessible/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..84423223f631303a0db92ca1412f91d922266a1e
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/extension_resource_request_policy/some_accessible/manifest.json
@@ -0,0 +1,9 @@
+{
+ "name": "Extension with some accessible pages",
+ "version": "0.1",
+ "manifest_version": 2,
+ "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzhxJvA02X/SxUSjnN3TchJ7GXiE21kyPwCnldsxaw7+0iTocB2NC/YSnHyYX0R0gkoxzUjhui2DsNZPcw9MGMXlGRXe5p5pL4i6ml55rhKNOiYtQ4N1ftIRa7TR3xTST8iCU+k+bpl8XfNL04c6MvQtfAn5hZ9jVLRMNLPpHUapuxct5dWokyNXlbH9SiSMT6ZQvkstq1/TQSJxZDzsHOHcuhwGwh5rug7AA0B3rgjkmAIqJHlhJWQlg4L54a7YL1Xn8iSYOj34I7uAaCKxk/tJ3jFMt+DDtZpTLCraH4doINZo8WBpqWpfs9dl4dGLDmcjHLpeQmUnrWYmGo2MOOQIDAQAB",
+ "web_accessible_resources": [
+ "public.html"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698