Is it insecure to include meta tags as normal HTML in the Rails application.html.erb file? – Twitter bootstrap
I am currently having trouble with a twitter-bootstrap view on my heroku app. I think that <meta name="viewport" content="width=device-width, initial-scale=1.0"> will make the mobile design of my app responsive. Any suggestions on this? Does this show any possible security issues?…