Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 706f6ad

Browse files
Update _includes/synthetics/chrome-flags.rst
Co-authored-by: Roberta Medina <[email protected]>
1 parent 323dc57 commit 706f6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/synthetics/chrome-flags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* - ``--disable-quic``
1111
- Deactivates QUIC, which also deactivates HTTP3.
1212
* - ``--disable-web-security``
13-
- Deactivate enforcement of same origin policy. Intended for website testing only. This flag has no effect unless ``--user-data-dir`` as defined by the content embedded is also present.
13+
- Deactivate enforcement of same origin policy.
1414
* - ``--unsafely-treat-insecure-origin-as-secure=http://a.test,http://b.test``
1515
- Treat given insecure origin as secure. Option to supply multiple origins in a comma-separated list. For the definition of secure contexts, see :new-page:`Secure Contexts <https://w3c.github.io/webappsec-secure-contexts/> ` and :new-page:`Is origin potentially trustworthy? <https://www.w3.org/TR/powerful-features/#is-origin-trustworthy>` from the W3C documentation.
1616
* - ``--proxy-bypass-list="*.google.com;*foo.com;127.0.0.1:8080"``

0 commit comments

Comments
 (0)