aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/csp.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update server dependenciesChocobozzz2020-08-251-3/+1
|
* Move to eslintcontainChocobozzz2020-02-031-15/+15
|
* Fix image and plugin CSPChocobozzz2019-08-221-2/+2
|
* Move config in its own fileChocobozzz2019-04-111-1/+1
|
* BREAKING: update CSP configurationChocobozzz2019-02-211-6/+4
| | | | Disable it by default and add ability to specify a custom report uri
* Refractor videojs playerChocobozzz2019-02-111-1/+1
| | | | Add fake p2p-media-loader plugin
* Fix CSP on dev modeChocobozzz2018-12-171-6/+5
|
* add Content Security Policy (#1252)Rigel Kent2018-12-131-0/+45
* add Content Security Policy * remove reflect-metadata on production builds to get rid of unsafe-eval * fix baseCSP usage * add SRI to CSP * add blob: to media-src * remove SRI * CSP set to reportOnly * adding data: to connect-src CSP * remove block-all-mixed-content * add report-uri support