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

Unified Diff: content/test/data/form_submission_throttle/form_action_none.html

Issue 2689653003: PlzNavigate: Enforce 'form-action' CSP on the browser-side. (Closed)
Patch Set: Rebase. Created 3 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 | « content/test/BUILD.gn ('k') | content/test/data/form_submission_throttle/form_action_with_path.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/form_submission_throttle/form_action_none.html
diff --git a/content/test/data/form_submission_throttle/form_action_none.html b/content/test/data/form_submission_throttle/form_action_none.html
new file mode 100644
index 0000000000000000000000000000000000000000..b9a3b6138b8dd4d003159f0cfb56451934f74ca7
--- /dev/null
+++ b/content/test/data/form_submission_throttle/form_action_none.html
@@ -0,0 +1,9 @@
+<html>
+ <head>
+ <meta http-equiv="Content-Security-Policy"
+ content="form-action 'none'">
+ </head>
+ <body>
+ No form submission is allowed.
+ </body>
+</html>
« no previous file with comments | « content/test/BUILD.gn ('k') | content/test/data/form_submission_throttle/form_action_with_path.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698