From e9b2c6ead224513ec7e3678e450be1613d703d8d Mon Sep 17 00:00:00 2001 From: Alexandre DEVELY <12896316+alexandredevely@users.noreply.github.com> Date: Sat, 24 Aug 2024 17:32:55 +0200 Subject: [PATCH] fix fail path --- opsdocs/docs/common/disable-firefox-connections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opsdocs/docs/common/disable-firefox-connections.md b/opsdocs/docs/common/disable-firefox-connections.md index 6719a538b..d5f87bcf6 100644 --- a/opsdocs/docs/common/disable-firefox-connections.md +++ b/opsdocs/docs/common/disable-firefox-connections.md @@ -90,7 +90,7 @@ Once done, you should add the following line to the `Proxy` policy inside your ` }, "Proxy": { "Mode": "autoConfig", - "AutoConfigURL": "file://path/to/your/proxy.pac" + "AutoConfigURL": "file:///path/to/your/proxy.pac" } } ```