The-CodingSloth / haha-funny-leetcode-extension

MIT License
396 stars 75 forks source link

Unable to login to leetcode if you have the extension active and you're signed out #11

Open The-CodingSloth opened 10 months ago

The-CodingSloth commented 10 months ago

The redirect rule is executing based on if the url contains "leetcode.com", if it doesn't then it'll redirect. The problem is if the user tries to login with a provider such as google, github, etc they get redirect to accounts.google.com, github.com, so they can't sign in since they get redirected. Need to update the rule to allow certain login provider urls to allow users to log in properly.