diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2025-10-31 22:32:37 +0100 |
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2025-10-31 23:08:14 +0100 |
| commit | d2c1d45a7b1245097aac2a424eface32bd77370e (patch) | |
| tree | abafda4dbf5e894c830fdfcbd027212f6156ba08 | |
| parent | 61b789efd97199c8c2577d1c4f5bec11c2973dfb (diff) | |
Set User-Agent value from Tor Browser 15.0.
(Based on Mozilla Firefox 140.4.0esr.)
| -rw-r--r-- | config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,8 +45,8 @@ vector-tiles: simplification-max-zoom: 2. -# Take User-Agent value from Tor Browser 14.0 (based on Mozilla Firefox 128.3.0esr) -User-Agent: 'Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0' +# Take User-Agent value from Tor Browser 15.0 (based on Mozilla Firefox 140.4.0esr) +User-Agent: 'Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0' # Map group names to one or more pattern of layer name(s). This is a convenience feature # for systemd template units. |
