Skip to content

Commit 6783cfe

Browse files
committed
[docs] add doc for --disable-cookie-encryption
1 parent ff6b093 commit 6783cfe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/References/Command Line Options.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ Please note that binary modules of Node.js need to be thread-safe to be used in
4141

4242
When it's used, requestAnimationFrame() callback will continue to fire when window is minimized or hidden. It's pretty useful for game developer. When the argument is not used, it behaves in the same way as Chrome browser and has no side effects.
4343

44+
## `--disable-cookie-encryption`
45+
46+
By default, the cookie store on disk is encrypted in Chromium. Use this switch to disable the encryption for testing purpose (e.g. sharing the cookie store between different systems).
47+
4448
## `--enable-gcm`
4549

4650
Enable the chrome.gcm API.

0 commit comments

Comments
 (0)