diff options
author | Sébastien Marie <semarie@users.noreply.github.com> | 2014-11-05 06:41:32 +0100 |
---|---|---|
committer | Sébastien Marie <semarie@users.noreply.github.com> | 2014-11-05 06:41:32 +0100 |
commit | 05a28b464600878ceebc52b466a1cc9e5994133e (patch) | |
tree | 8059612db0068697be99c94d7f2e4e3176f8e215 /doc | |
parent | 29cf392d86ad18fd50dfa95f6a0d811fe9695147 (diff) |
auto-response-header: man correction
correct mandoc error: unterminated quoted argument
Diffstat (limited to 'doc')
-rw-r--r-- | doc/vimb.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |