Skip to content

Remove code specific to Internet Explorer #3549

@theseion

Description

@theseion

The code includes some special cases for Internet Explorer. Microsoft doesn't officially support it anymore. Users still exist, usually in legacy corporate intranet environments, but they can be considered a special case.

I propose to either

  • remove code that is specific to Internet Explorer, or
  • put it behind a compiler flag

Removing this legacy code is not simply about removing technical debt, at least one code snippet actually impacts every request, where a check need to be handled differently just because of a quirk of Internet Explorer. The removal of that code would thus benefit all users.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions