dokuwiki/inc/HTTP
Andreas Gohr 6cda96e3cf Restrictive Content-Security-Policy for media #1045
This adds a CSP header for all media delivered through our fetch.php
dispatcher. This should revent any scripts etc. to be executed when
scriptable media, like SVG is used.

Suggestions on finetuning the policy are welcome.

The policy is added to the MEDIA_SENDFILE event, so plugins can easily
influence it. The way it is passed as an array should make it easier to
modify from plugins as well.

I put the mechanism to send the header into it's own class in the HTTP
namespace. Additional methods from inc/httputils could be moved here
later. The method might also be interesting for #2198 and #1676.
2020-10-14 15:10:47 +02:00
..
DokuHTTPClient.php Rename HTTPClient namespace to HTTP 2019-03-26 22:05:09 +01:00
HTTPClient.php Update HTTPClient.php 2020-06-14 02:33:52 +02:00
HTTPClientException.php Rename HTTPClient namespace to HTTP 2019-03-26 22:05:09 +01:00
Headers.php Restrictive Content-Security-Policy for media #1045 2020-10-14 15:10:47 +02:00