auto-response-header: generalisation of content-security-policy
authorSébastien Marie <semarie@users.noreply.github.com>
Fri, 31 Oct 2014 18:46:33 +0000 (19:46 +0100)
committerSébastien Marie <semarie@users.noreply.github.com>
Fri, 31 Oct 2014 18:46:33 +0000 (19:46 +0100)
commitc9e154a00c8a6b1e30df859a0a4e90fd42ba0302
tree1ace4f47169570320de104dd821322b9be1ef0fc
parent030ce3bb0d23c8e2feb6d72eef4507ca842e7eb0
auto-response-header: generalisation of content-security-policy

auto-response-header supersede previous content-security-policy setting.

This setting is a list of "pattern name=value" entries. When a pattern
match a requested uri, the HTTP header "name: value" is added to
response.
doc/vimb.1
src/arh.c [new file with mode: 0644]
src/arh.h [new file with mode: 0644]
src/main.c
src/main.h
src/setting.c