You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stumbled across this. I assume you've found a different solution after almost six years, but for anyone googling this...
You don't need to edit the validators.js.erb file, you can set overrides in your own app through the initializer. Be advised that if you use whitelist_tags, then you need to whitelist every attribute (the docs say something subtly different, but in my experience this was necessary). Like this:
I discovered this when I was trying to use <iframe allowfullscreen> with youtube videos and found out the only way was using <iframe allowfullscreen="true">.
Can you please add attribute validations for and
The text was updated successfully, but these errors were encountered: