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

Commit 3117471

Browse files
add table
:
1 parent 415bfce commit 3117471

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_includes/synthetics/chrome-flags.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@
1212
* - ``--disable-web-security``
1313
- 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.
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. 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"``
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"``
1919
- Uses a specified proxy server to override default settings.
2020
* - ``--no-proxy-server``
2121
- Don't use a proxy server, always make direct connections. Overrides any other proxy server flags that are passed to the server.
22-
2322

0 commit comments

Comments
 (0)