diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2015-05-08 20:01:05 +0000 |
---|---|---|
committer | CI Train Bot <ci-train-bot@canonical.com> | 2015-05-08 20:01:05 +0000 |
commit | d505d69dc1360df340bf4537296d869ba58ecc0d (patch) | |
tree | 5b3e6ae0062542e49a7fc2477ae99920861fc82b /tests/test-eds-tasks-config-files/.config/evolution/sources/system-proxy.source | |
parent | 49f49d4c18c2cc77a1a305c93a74e9e8ec903526 (diff) | |
parent | a24c4f335c86c2d9bf97feb47471e6fe39e196d9 (diff) | |
download | ayatana-indicator-datetime-d505d69dc1360df340bf4537296d869ba58ecc0d.tar.gz ayatana-indicator-datetime-d505d69dc1360df340bf4537296d869ba58ecc0d.tar.bz2 ayatana-indicator-datetime-d505d69dc1360df340bf4537296d869ba58ecc0d.zip |
If the "X-CANONICAL-ACTIVATION-URL" x-prop is defined in the VTODO or VEVENT, use it for url delegation. Fixes: #1426519
Approved by: PS Jenkins bot, Ted Gould
Diffstat (limited to 'tests/test-eds-tasks-config-files/.config/evolution/sources/system-proxy.source')
-rw-r--r-- | tests/test-eds-tasks-config-files/.config/evolution/sources/system-proxy.source | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/test-eds-tasks-config-files/.config/evolution/sources/system-proxy.source b/tests/test-eds-tasks-config-files/.config/evolution/sources/system-proxy.source new file mode 100644 index 0000000..4b2f666 --- /dev/null +++ b/tests/test-eds-tasks-config-files/.config/evolution/sources/system-proxy.source @@ -0,0 +1,21 @@ + +[Data Source] +DisplayName=Default Proxy Settings +Enabled=true +Parent= + +[Proxy] +Method=default +IgnoreHosts=localhost;127.0.0.0/8;::1; +AutoconfigUrl= +FtpHost= +FtpPort=0 +HttpAuthPassword= +HttpAuthUser= +HttpHost= +HttpPort=8080 +HttpUseAuth=false +HttpsHost= +HttpsPort=0 +SocksHost= +SocksPort=0 |