Skip to content

Commit

Permalink
Add google login to resolve_url stop list.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Dec 8, 2016
1 parent 23a6c11 commit 255fa7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/initializers/05-string.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def resolve_url
://www.linkedin.com/uas/login
://www.theaustralian.com.au/remote/check_cookie.html
://signin.aws.amazon.com/
://accounts.google.com/ServiceLogin
].any? { |s| response["location"].include?(s) }
throw :done
end
Expand Down

0 comments on commit 255fa7b

Please sign in to comment.