Skip to content

Commit

Permalink
remove deprecated scrolling attribute for iframe
Browse files Browse the repository at this point in the history
The scrolling attribute on the iframe element is obsolete. Use CSS instead
  • Loading branch information
mumualex authored Mar 20, 2019
1 parent a020252 commit ce00c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/recaptcha/client_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def recaptcha_tags(options = {})
<div style="width: 302px; height: 422px; position: absolute;">
<iframe
src="#{fallback_uri}"
scrolling="no" name="ReCAPTCHA"
name="ReCAPTCHA"
style="width: 302px; height: 422px; border-style: none; border: 0;">
</iframe>
</div>
Expand Down

0 comments on commit ce00c54

Please sign in to comment.