Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Allowing loading Dshop in iframes (#4512)
Browse files Browse the repository at this point in the history
* Allowing loading Dshop in iframes

* Update frame-src
  • Loading branch information
shahthepro authored Nov 9, 2020
1 parent 31c691c commit e02af3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ http {
more_set_headers "Strict-Transport-Security: max-age=31536000";
more_set_headers "Expect-CT: max-age=86400";
more_set_headers "Feature-Policy: microphone 'none'";
more_set_headers "Content-Security-Policy: default-src https: 'unsafe-inline' 'unsafe-eval'; img-src https: data: blob:;";
more_set_headers "Content-Security-Policy: default-src https: 'unsafe-inline' 'unsafe-eval'; img-src https: data: blob:; frame-src https: 'unsafe-inline' 'unsafe-eval';";
}
}
}

0 comments on commit e02af3c

Please sign in to comment.