diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 003f9fd5..00000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,5 +0,0 @@ -# Modified variable - -| Variable | Description | -|------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **proxy_mode**
[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | Configure Proxy Access to the Internet.
**Choices**:
• No proxy **← (default)**
• Auto-detect proxy settings for this network
• Use system proxy settings
• Manual proxy configuration
• Automatic proxy configuration URL | diff --git a/firefox/10-manual.yml b/firefox/10-manual.yml new file mode 100644 index 00000000..7626e800 --- /dev/null +++ b/firefox/10-manual.yml @@ -0,0 +1,8 @@ +%YAML 1.2 +--- +version: 1.1 + +manual: + description: Manual proxy configuration + type: family +...