mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 19:30:23 -06:00
Update the Amazon links regexp
Added all the countries displayed in the Amazon footer
This commit is contained in:
parent
2aa907e34e
commit
e77e7f23ca
@ -50,7 +50,7 @@ module Jobs
|
||||
def self.max_chunk_size(uri)
|
||||
# Amazon leaves the title until very late. Normally it's a bad idea to make an exception for
|
||||
# one host but amazon is a big one.
|
||||
return 80 if uri.host =~ /amazon\.(com|ca|co.uk)$/
|
||||
return 80 if uri.host =~ /amazon\.(com|ca|co.uk|es|fr|de|it|com.au|com.br|cn|in|co.jp|com.mx)$/
|
||||
|
||||
# Default is 10k
|
||||
10
|
||||
|
Loading…
Reference in New Issue
Block a user