No description
Find a file
Emmanuel Garette 7ea014c4a4 [tutorial 002] A first variable
In the Firefox configuration, it is possible to define several configuration modes,
from no proxy at all ("No proxy") to a kind of automatic configuration mode from a file
("Automatic proxy configuration URL").

We’re gonna create a first variable called "proxy_mode":

- accepts only a string as value
- requires a value (that is, None is not an option)
2024-09-07 19:06:27 +02:00
firefox [tutorial 002] A first variable 2024-09-07 19:06:27 +02:00
firefox.png [tutorial 001] An empty file (config and doc) 2024-09-07 19:06:26 +02:00
foxyproxy.png [init] Discover Rougail 2024-09-07 19:06:25 +02:00
README.md [tutorial 002] A first variable (config and doc) 2024-09-07 19:06:27 +02:00

Table of Contents

Summary

Description

Firefox Proxy setting

A first variable

In the Firefox configuration, it is possible to define several configuration modes, from no proxy at all ("No proxy") to a kind of automatic configuration mode from a file ("Automatic proxy configuration URL").

Were gonna create a first variable called "proxy_mode":

  • accepts only a string as value
  • requires a value (that is, None is not an option)

Structure

firefox/00-proxy.yml

---

Generated documentation

foo@bar:~$ rougail -v 1.1 -m firefox/ -o doc -do github