From 7b4174e2a83ea8d8c672ac3179c916ee0233cb72 Mon Sep 17 00:00:00 2001 From: Juan Navarro Date: Tue, 9 Jan 2024 17:09:37 +0100 Subject: [PATCH] fixup! doc: knowledge/browser full description of extra Chrome flags --- doc-kurento/source/knowledge/browser.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-kurento/source/knowledge/browser.rst b/doc-kurento/source/knowledge/browser.rst index 355aa729f..6461508c1 100644 --- a/doc-kurento/source/knowledge/browser.rst +++ b/doc-kurento/source/knowledge/browser.rst @@ -225,7 +225,7 @@ Other flags: * ``--auto-accept-camera-and-microphone-capture``: Automatically accept all requests to access the camera and microphone. - Note: Preferred over the similar ``--auto-accept-camera-and-microphone-capture`` which affected screen/tab capture. + Preferred over the similar and older ``--auto-accept-camera-and-microphone-capture``, which affected screen/tab capture. * ``--unsafely-treat-insecure-origin-as-secure="URL,..."``: Allow insecure origins to use features that would require a `Secure Context `__ (such as ``getUserMedia()``, WebRTC, etc.) when served from localhost or over HTTP.