It has looped in a redirection from the google API url field to the
website url. Now only the google links will be redirected. We also
delete the id rule, because google use the id field for too many
important functions.
This commit is contained in:
Kevin Röbert 2017-10-27 22:21:15 +02:00
parent 6edf9de9cb
commit b78982bafa

View File

@ -50,7 +50,6 @@
"zx=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"_u=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"je=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"[a-zA-Z\\_]+id=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"dcr=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"ie=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
],
@ -63,7 +62,7 @@
".*(google\\.)\\w{2,}\\/searchbyimage\\?image_url=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
],
"redirections": [
"url=([^\\/|\\?|&]*)"
"url\\?.*url=([^\\/|\\?|&]*)"
]
},
"googlesyndication": {