From 05a28b464600878ceebc52b466a1cc9e5994133e Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Marie?= Date: Wed, 5 Nov 2014 06:41:32 +0100 Subject: [PATCH] auto-response-header: man correction correct mandoc error: unterminated quoted argument --- doc/vimb.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.20.1