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

Unified Diff: Source/modules/fetch/RequestInit.h

Issue 1305183009: CREDENTIAL: Extend FormData opacity to created Request objects (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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: Source/modules/fetch/RequestInit.h
diff --git a/Source/modules/fetch/RequestInit.h b/Source/modules/fetch/RequestInit.h
index 2d5885580380803180766d640fca1d42da5511e7..6b3fe6ee1ef1ba3d04c418d1e08e560daa97dd3e 100644
--- a/Source/modules/fetch/RequestInit.h
+++ b/Source/modules/fetch/RequestInit.h
@@ -32,6 +32,9 @@ public:
String credentials;
String redirect;
String integrity;
+
+ // https://w3c.github.io/webappsec/specs/credentialmanagement/#monkey-patching-fetch-2
+ bool opaque;
};
}

Powered by Google App Engine
This is Rietveld 408576698