mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
Add CSP to plugin from the yaml file (#4424)
This commit is contained in:
parent
bd7d4ac7ff
commit
6848dec5f4
1 changed files with 1 additions and 0 deletions
|
|
@ -248,6 +248,7 @@ func (c Config) toPlugin() *Plugin {
|
|||
ExternalCSS: c.UI.getExternalCSS(),
|
||||
Javascript: c.UI.getJavascriptFiles(c),
|
||||
CSS: c.UI.getCSSFiles(c),
|
||||
CSP: c.UI.CSP,
|
||||
Assets: c.UI.Assets,
|
||||
},
|
||||
Settings: c.getPluginSettings(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue