You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable ContentPolicy callbacks, if channel.redirecTo() is available.
Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=939180
This is implemented in 3.x by keeping the callbacks but not actually using
them. For elegance and performance we should probably not register for them at
all, but I'm a little unsure about whether the version-comparator service might
take a while to appear during startup.
4.x has a better solution, which is to never register and simply be
incompatible with FF < 20.
0 commit comments