Title: Remove Google Chrome Frame from options
Last modified: August 21, 2016

---

# Remove Google Chrome Frame from options

 *  Resolved [bsteimel@consultsteimel.com](https://wordpress.org/support/users/bsteimelconsultsteimelcom/)
 * (@bsteimelconsultsteimelcom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-google-chrome-frame-from-options/)
 * Google is removing support for google chrome frame. How do you remove this permanently
   from the upgrade browser option screen?
 * Thanks
    Bryan henandchicvintage.com
 * [http://wordpress.org/plugins/browser-rejector/](http://wordpress.org/plugins/browser-rejector/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [bsteimel@consultsteimel.com](https://wordpress.org/support/users/bsteimelconsultsteimelcom/)
 * (@bsteimelconsultsteimelcom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-google-chrome-frame-from-options/#post-4179323)
 * As a stop gap messaure I updated these to block to false
 * browser-rejector.php
    line 1139: allow: { all: false, msie: **false **}
 * jquery.reject.js
    line 66: allow: { all: false, msie: **false **}
 *  Plugin Author [Nick Halsey](https://wordpress.org/support/users/celloexpressions/)
 * (@celloexpressions)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-google-chrome-frame-from-options/#post-4179469)
 * I’m going to leave it enabled for now, because chrome frame is still supported
   for the rest of the year and is the only option for many users, unfortunately.
 * If you want to disable it by editing the plugin files, the correct edits is:
   `
   browser-rejector.php:570` `allow: { all: false, msie: true }` changed to `allow:{
   all: false, msie: false }`
 * Just keep in mind that this will be overridden when the plugin is updated. I’ll
   remove chrome frame then anyway, though.
 *  Plugin Author [Nick Halsey](https://wordpress.org/support/users/celloexpressions/)
 * (@celloexpressions)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-google-chrome-frame-from-options/#post-4179470)
 * See [http://plugins.trac.wordpress.org/changeset/783267/browser-rejector](http://plugins.trac.wordpress.org/changeset/783267/browser-rejector)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove Google Chrome Frame from options’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/browser-rejector.svg)
 * [Browser Rejector](https://wordpress.org/plugins/browser-rejector/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/browser-rejector/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/browser-rejector/)
 * [Active Topics](https://wordpress.org/support/plugin/browser-rejector/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/browser-rejector/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/browser-rejector/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Nick Halsey](https://wordpress.org/support/users/celloexpressions/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/remove-google-chrome-frame-from-options/#post-4179470)
 * Status: resolved