X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=dd18e8349739fa7862cff8afca7bfe261d82d7c4;hb=bc73b48743eb0b51905322cad25b4647569e7996;hp=3b64d7546e3f2d61b661d867692b7b634e2a5157;hpb=db72e066d1c6b20b6c36db95205a2127fe100227;p=surf.git diff --git a/config.def.h b/config.def.h index 3b64d75..dd18e83 100644 --- a/config.def.h +++ b/config.def.h @@ -1,12 +1,15 @@ /* modifier 0 means no modifier */ static char *useragent = "Surf/"VERSION" (X11; U; Unix; en-US) AppleWebKit/531.2+ Compatible (Safari)"; -static char *progress = "#FF0000"; +static char *progress = "#0066FF"; +static char *progress_untrust = "#FF6600"; static char *progress_trust = "#00FF00"; static char *stylefile = ".surf/style.css"; static char *scriptfile = ".surf/script.js"; static char *cookiefile = ".surf/cookies.txt"; static time_t sessiontime = 3600; -#define NOBACKGROUND 0 +static char *cafile = "/etc/ssl/certs/ca-certificates.crt"; +static char *strictssl = FALSE; /* Refuse untrusted SSL connections */ +#define HIDE_BACKGROUND FALSE #define SETPROP(p, q) { .v = (char *[]){ "/bin/sh", "-c", \ "prop=\"`xprop -id $2 $0 | cut -d '\"' -f 2 | dmenu`\" &&" \