Skip to content

Commit a56d575

Browse files
committed
Remove unnecessary sandbox attributes from iframe in donation page
1 parent 230bcfc commit a56d575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/funds/donate.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<div class="row">
101101
<div class="col-12 col-lg-8">
102102

103-
<iframe src="<%= @fund.open_collective_project_embed_url(redirect_url: request.original_url) %>" style="width: 100%; min-height: 100vh;" sandbox="allow-scripts allow-top-navigation"></iframe>
103+
<iframe src="<%= @fund.open_collective_project_embed_url(redirect_url: request.original_url) %>" style="width: 100%; min-height: 100vh;"></iframe>
104104

105105
<script>
106106
window.addEventListener('message', event => {

0 commit comments

Comments
 (0)