Skip to content

Commit

Permalink
#498 add iframe policies.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed May 12, 2023
1 parent bc1fe06 commit 028188a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/IframeComponent/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<iframe
:src="`${experience.url}`"
name="disable-x-frame-options"
referrerpolicy="unsafe-url"
csp="default-src *; style-src 'unsafe-inline' *; script-src 'unsafe-inline' *"
width="100%"
height="100%"
:frameborder="0"
Expand Down

0 comments on commit 028188a

Please sign in to comment.