diff options
author | Lukas Fleischer <lfleischer@calcurse.org> | 2016-01-25 19:36:27 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2016-01-25 19:58:41 +0100 |
commit | 849459c63f6f55e8bb72e6938d47ec0cdf6f8171 (patch) | |
tree | c09e6adf2b10d47a0c5a765dba10d36cf69c6257 /contrib/caldav/config.sample | |
parent | 475c3416862703748525c816a2b0df82386cca0c (diff) | |
download | calcurse-849459c63f6f55e8bb72e6938d47ec0cdf6f8171.zip |
calcurse-caldav: Support custom HTTP headers
Add support for specifying additional HTTP headers, such as the
User-Agent, in the configuration file.
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'contrib/caldav/config.sample')
-rw-r--r-- | contrib/caldav/config.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/caldav/config.sample b/contrib/caldav/config.sample index e2b3abe..9b21b2b 100644 --- a/contrib/caldav/config.sample +++ b/contrib/caldav/config.sample @@ -29,3 +29,7 @@ Verbose = Yes #[Auth] #Username = user #Password = pass + +# Optionally specify additional HTTP headers here. +#[CustomHeaders] +#User-Agent = Mac_OS_X/10.9.2 (13C64) CalendarAgent/176 |