Skip to content

Commit

Permalink
Add CSP to plugin from the yaml file (#4424)
Browse files Browse the repository at this point in the history
  • Loading branch information
cc1234475 authored Jan 8, 2024
1 parent bd7d4ac commit 6848dec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/plugin/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 6848dec

Please sign in to comment.