Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter [email protected]

    (@bsteimelconsultsteimelcom)

    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

    (@celloexpressions)

    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

    (@celloexpressions)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Google Chrome Frame from options’ is closed to new replies.