Skip to content

Commit

Permalink
Merge pull request #4092 from FlowFuse/update-frameguard
Browse files Browse the repository at this point in the history
Update frameguard to sameorigin
  • Loading branch information
knolleary authored Jul 3, 2024
2 parents 92c6a1b + a2fbbc4 commit c03fe4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge/forge.js
Original file line number Diff line number Diff line change
@@ -410,7 +410,7 @@ module.exports = async (options = {}) => {
hidePoweredBy: true,
strictTransportSecurity,
frameguard: {
action: 'deny'
action: 'sameorigin'
},
referrerPolicy: {
policy: 'origin-when-cross-origin'

0 comments on commit c03fe4f

Please sign in to comment.