Skip to content

Commit

Permalink
feat(CSP.js): added media-src to config
Browse files Browse the repository at this point in the history
  • Loading branch information
marconms committed Jan 10, 2022
1 parent 58942a4 commit 91a6bb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/models/CSP.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* @property {CSPDirective} ['frame-src']
* @property {CSPDirective} ['img-src']
* @property {CSPDirective} ['manifest-src']
* @property {CSPDirective} ['media-src']
* @property {CSPDirective} ['object-src']
* @property {CSPDirective} ['prefetch-src']
* @property {CSPDirective} ['script-src']
Expand Down

0 comments on commit 91a6bb6

Please sign in to comment.