MyBB Community Forums

Full Version: Confirm this Plugin is Safe?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2011-10-31, 04:38 AM)Everett777 Wrote: [ -> ]http://mods.mybb.com/view/enable-google-...gin-for-ie
Can anyone confirm ^ is safe?

Depends on what you mean by safe Wink
I'm personally of the opinion that IE itself isn't safe, so anything for it doesn't matter. This is an opinion based upon the track record of IE.

As for general safety of the code (as in non-exploitable) there haven't been any complaints. That said, I have not downloaded said plugin.
yes what do you mean by safe?
it's a javascript which will make older browsers capable of using css3 and html5 codes
i don't think you really need a plugin just add the js manually
Don't know why this is a plugin, all you need to do is add a meta tag to your headerinclude file to enable this.
Can you teach me how to?
Add this to your headerinclude template:

<meta http-equiv="X-UA-Compatible" content="chrome=1">
This is a little better:

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
Thanks guys!