mirror of
https://github.com/stashapp/stash.git
synced 2025-12-16 20:07:05 +03:00
Add CSP to plugin from the yaml file (#4424)
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user