Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Internet Explorer support #27560

Closed
wants to merge 2 commits into from
Closed

Conversation

PVince81
Copy link
Member

Removes IE detection and workarounds.
Also removes public symbols for IE detection.

This might break apps that are relying on the USER_AGENT_IE constant.

Removes IE detection and workarounds.
Also removes public symbols for IE detection.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
@skjnldsv
Copy link
Member

Might fail hard 🤔

Also see #26358

@PVince81
Copy link
Member Author

hmm, okay, so that PR removes even more on the JS side.
then maybe that PR can be merged first

@PVince81 PVince81 marked this pull request as draft June 18, 2021 12:16
@@ -63,7 +63,6 @@
* @property mixed[] server
*/
class Request implements \ArrayAccess, \Countable, IRequest {
public const USER_AGENT_IE = '/(MSIE)|(Trident)/';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets keep that?

@skjnldsv
Copy link
Member

skjnldsv commented Aug 18, 2021

Closing @PVince81 ?

@PVince81
Copy link
Member Author

yeah, closing in favor of #26358

@PVince81 PVince81 closed this Aug 20, 2021
@ChristophWurst ChristophWurst deleted the techdebt/noid/remove-ie branch August 20, 2021 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants