Skip to content

Commit

Permalink
fix fail path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely authored Aug 24, 2024
1 parent 4af7b0e commit e9b2c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opsdocs/docs/common/disable-firefox-connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
```
Expand Down

0 comments on commit e9b2c6e

Please sign in to comment.