aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/curl.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-a-l/curl.profile')
-rw-r--r--etc/profile-a-l/curl.profile8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/profile-a-l/curl.profile b/etc/profile-a-l/curl.profile
index f8b194044..9366edfa1 100644
--- a/etc/profile-a-l/curl.profile
+++ b/etc/profile-a-l/curl.profile
@@ -9,9 +9,9 @@ include globals.local
9 9
10# curl 7.74.0 introduces experimental support for HSTS cache 10# curl 7.74.0 introduces experimental support for HSTS cache
11# https://daniel.haxx.se/blog/2020/11/03/hsts-your-curl/ 11# https://daniel.haxx.se/blog/2020/11/03/hsts-your-curl/
12# technically this file can be anywhere but let's assume users have it in ${HOME}/.curl-hsts 12# Technically this file can be anywhere but let's assume users have it in ${HOME}/.curl-hsts.
13# if your setup diverts, add 'blacklist /path/to/curl/hsts/file' to your disable-programs.local 13# If your setup diverts, add 'blacklist /path/to/curl/hsts/file' to your disable-programs.local
14# and 'noblacklist /path/to/curl/hsts/file' to curl.local to keep the sandbox logic intact 14# and 'noblacklist /path/to/curl/hsts/file' to curl.local to keep the sandbox logic intact.
15noblacklist ${HOME}/.curl-hsts 15noblacklist ${HOME}/.curl-hsts
16noblacklist ${HOME}/.curlrc 16noblacklist ${HOME}/.curlrc
17 17
@@ -22,7 +22,7 @@ include disable-common.inc
22include disable-exec.inc 22include disable-exec.inc
23include disable-passwdmgr.inc 23include disable-passwdmgr.inc
24include disable-programs.inc 24include disable-programs.inc
25# depending on workflow you can uncomment the below or put 'include disable-xdg.inc' in your curl.local 25# Depending on workflow you can add 'include disable-xdg.inc' to your curl.local.
26#include disable-xdg.inc 26#include disable-xdg.inc
27 27
28include whitelist-usr-share-common.inc 28include whitelist-usr-share-common.inc