Opened 5 years ago
Last modified 4 years ago
#1090 new change
Drop support for IE 6 and 7, technically
Reported by: | eric@… | Assignee: | |
---|---|---|---|
Priority: | P3 | Milestone: | |
Module: | Adblock-Plus-for-Internet-Explorer | Keywords: | |
Cc: | Blocked By: | #404 | |
Blocking: | Platform: | Internet Explorer | |
Ready: | yes | Confidential: | no |
Tester: | Verified working: | no | |
Review URL(s): |
Description (last modified by eric@…)
Background
By policy, we've dropped support for IE 6 and 7. We have not yet, however, taken advantage of that.
What to change
- Validate in the installer that we have IE 8 or above.
- Upon initial installation, refuse to install.
- Upon upgrade, refuse to upgrade but leave existing version in place.
- During automatic update, decline to download for version 6 and 7.
- On the client, simply do not look for an update.
- On the server, report that no update is available.
- For users of IE 6 and 7, notify the user that they are using a terminal version of ABP and suggest that they upgrade IE.
- Eliminate code that only applies only to IE 6 and 7.
- Disable the plugin if running on an unsupported version of IE.
Change History (3)
comment:1 Changed 5 years ago by eric@…
- Description modified (diff)
comment:2 Changed 5 years ago by eric@…
comment:3 Changed 4 years ago by oleksandr
- Platform changed from Unknown to Internet Explorer
- Priority changed from Unknown to P3
- Ready set
Note: See
TracTickets for help on using
tickets.
In order to do all this, we'd need to perform this change over two releases. For example, notification to the user about a terminal version would be a version that would still support that version.
Also, some of the installation/upgrade mechanisms may be redundant.