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

Commit 323dc57

Browse files
add syntax changes
1 parent cbdafb8 commit 323dc57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/synthetics/chrome-flags.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
* - :strong:`Chrome flag`
77
- :strong:`Description`
8-
* - ``--disable-http2```
8+
* - ``--disable-http2``
99
- Requests are made using using ``http/1.1`` instead of ``http/2.0``. This HTTP version is viewable in the HAR file.
1010
* - ``--disable-quic``
1111
- Deactivates QUIC, which also deactivates HTTP3.
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"``

0 commit comments

Comments
 (0)