summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2025-12-02 08:52:51 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2025-12-02 08:52:51 +0100
commitd675da85e298a1e49e0f584ae8d440a392a1ff76 (patch)
tree5dc0a7d3023564406b854ad6c90c9a7f4ac92587
parentc1d68dd91d3a6a6707c210f78c4ba9391ec15c2c (diff)
osm-curl-options: Set user agent
-rw-r--r--osm.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/osm.el b/osm.el
index 0cb6eb8..4362caa 100644
--- a/osm.el
+++ b/osm.el
@@ -60,7 +60,7 @@
:prefix "osm-")
(defcustom osm-curl-options
- "--disable --fail --location --silent --max-time 30"
+ "--user-agent emacs-osm/1.0 --disable --fail --location --silent --max-time 30"
"Curl command line options."
:type 'string)