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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <meta http-equiv="Content-Security-Policy"
4 content="form-action 'none'">
5 </head>
6 <body>
7 No form submission is allowed.
8 </body>
9 </html>
OLDNEW
« 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