mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
* set CSP unsafe-inline during development Extensions in Firefox are hampered by a [long-standing bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1267027) that (incorrectly) applies CSP to content scripts injected by extensions. This precludes the ability to use the React and Redux DevTools in Firefox. When in dev mode, add `unsafe-inline` to the CSP directives to unlock the use of these extdensions. * Less specific GitHub link Co-authored-by: Mattermod <mattermod@users.noreply.github.com>