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

Commit 86a91a5

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

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
@@ -12,7 +12,7 @@
1212
* - ``--disable-web-security``
1313
- Deactivate enforcement of same origin policy.
1414
* - ``--unsafely-treat-insecure-origin-as-secure=http://a.test,http://b.test``
15-
- 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.
15+
- Treat given insecure origin as secure. Multiple origins can be supplied in a comma-separated list.
1616
* - ``--proxy-bypass-list="*.google.com;*foo.com;127.0.0.1:8080"``
1717
- Proxy bypass list for any specified proxy for the given semi-colon-separated list of hosts. This flag must be used with ``--proxy-server``.
1818
* - ``--proxy-server="foopy:8080"``

0 commit comments

Comments
 (0)