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 IE8 workaround for ajax calls #70

Merged
merged 2 commits into from
Mar 31, 2023
Merged

Conversation

colinbendell
Copy link

In IE 5.5 to IE 8, XML HTTP Requests (ajax) using the ActiveX object had compatibility issues with expires headers and etags. Since IE has long been deprecated by microsoft, the work around is no longer needed. This also allows the removal of the useragent dependency

@colinbendell colinbendell requested a review from a team as a code owner March 30, 2023 17:53
@colinbendell colinbendell requested a review from alexcoco March 30, 2023 20:53
Copy link

@casperisfine casperisfine left a comment

Choose a reason for hiding this comment

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

🔥

@colinbendell colinbendell merged commit 2187e9c into main Mar 31, 2023
@colinbendell colinbendell deleted the remove_ie_workaround branch March 31, 2023 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants