From: Sébastien Marie Date: Wed, 5 Nov 2014 05:41:32 +0000 (+0100) Subject: auto-response-header: man correction X-Git-Url: https://git.owens.tech/rss.xml/rss.xml/git?a=commitdiff_plain;h=05a28b464600878ceebc52b466a1cc9e5994133e;p=vimb.git auto-response-header: man correction correct mandoc error: unterminated quoted argument --- diff --git a/doc/vimb.1 b/doc/vimb.1 index 2ccc308..9c7255f 100644 --- a/doc/vimb.1 +++ b/doc/vimb.1 @@ -1211,9 +1211,9 @@ previously added header could be removed. .PP Example: .PD 0 -.IP ":set auto-response-header=* Content-security-policy=default-src 'self' 'unsafe-inline' 'unsafe-eval'; script-src 'none' -.IP ":set auto-response-header+=https://example.com/* Content-security-policy=default-src 'self' https://*.example.com/ -.IP ":set auto-response-header+=https://example.com/* Strict-Transport-Security=max-age=31536000 +.IP ":set auto-response-header=* Content-security-policy=default-src 'self' 'unsafe-inline' 'unsafe-eval'; script-src 'none'" +.IP ":set auto-response-header+=https://example.com/* Content-security-policy=default-src 'self' https://*.example.com/" +.IP ":set auto-response-header+=https://example.com/* Strict-Transport-Security=max-age=31536000" .PD .RE .TP