aboutsummaryrefslogtreecommitdiff
path: root/config.yml.example
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2022-01-09 23:53:26 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2022-01-11 17:10:16 +0100
commit313da6b5696088b6b493695000ef790f277ed505 (patch)
tree4ee08b6eadec7a95dea6a60cec6d3f46b57dd2eb /config.yml.example
parentc3b84b06ff16aa0ae280538b08ee4912c3d215a8 (diff)
downloadfeed2imap-go-313da6b5696088b6b493695000ef790f277ed505.tar.gz
feed2imap-go-313da6b5696088b6b493695000ef790f277ed505.tar.bz2
feed2imap-go-313da6b5696088b6b493695000ef790f277ed505.zip
Ensure that cookies are sent only to the correct domains.cookies
We want to avoid that authentication data is sent when fetching images from external sources, for instance.
Diffstat (limited to '')
-rw-r--r--config.yml.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example
index e933ade..1c0e597 100644
--- a/config.yml.example
+++ b/config.yml.example
@@ -96,6 +96,8 @@ options:
cookies:
- name: authentication
value: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2N...
+ # if the domain value is different from the domain of the RSS feed
+ domain: foo.bar.ex
## Feeds
# Each feed must have a name, and a URL or Exec argument. The name must be unique.