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

Unified Diff: chrome/test/data/save_page/dubious-subresources.html

Issue 2060923002: Neutralize dangerous subresource files during Save Page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@save-package-cleanup-1
Patch Set: Catch up with ToT Created 4 years, 6 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 | « chrome/browser/resources/safe_browsing/README.md ('k') | chrome/test/data/save_page/not-a-crx.crx » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/save_page/dubious-subresources.html
diff --git a/chrome/test/data/save_page/dubious-subresources.html b/chrome/test/data/save_page/dubious-subresources.html
new file mode 100644
index 0000000000000000000000000000000000000000..da0ce1cbb75fe20dea3c216a0f525ff849080597
--- /dev/null
+++ b/chrome/test/data/save_page/dubious-subresources.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>Test base with dubious subresource links</title>
+<body>
+ <h1>Hello have a look at this "picture"!</h1>
+ <img src="not-a-crx.crx">
+</body>
« no previous file with comments | « chrome/browser/resources/safe_browsing/README.md ('k') | chrome/test/data/save_page/not-a-crx.crx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698