MAP-Productions / Reinvention-Stories

0 stars 0 forks source link

Ensure old-browser detection does not catch Firefox 20 #157

Closed edemicco closed 11 years ago

edemicco commented 11 years ago

Currently old-browser detection is catching Firefox 20. I believe removing this line in .htaccess fixes it:

RewriteCond %{HTTP_USER_AGENT} "Firefox/[1-9][0-5]?."

but need to test a little to make sure that still redirects old FFs