We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230bcfc commit a56d575Copy full SHA for a56d575
app/views/funds/donate.html.erb
@@ -100,7 +100,7 @@
100
<div class="row">
101
<div class="col-12 col-lg-8">
102
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>
+ <iframe src="<%= @fund.open_collective_project_embed_url(redirect_url: request.original_url) %>" style="width: 100%; min-height: 100vh;"></iframe>
104
105
<script>
106
window.addEventListener('message', event => {
0 commit comments