Skip to content

Commit

Permalink
[BUGFIX] Fix CSP in plugins report
Browse files Browse the repository at this point in the history
  • Loading branch information
Apen committed Dec 1, 2023
1 parent c25851a commit 396ad29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Templates/plugins-fluid.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
<f:render partial="Pagination" arguments="{_all}"/>
</ar:inList>

<f:asset.script type="text/javascript" identifier="additionalreports">
<f:asset.script type="text/javascript" identifier="additionalreports" nonce="{f:security.nonce()}">
function jumpToUrl (URL) {
window.location.href = URL;
}
Expand Down

0 comments on commit 396ad29

Please sign in to comment.