Fix for #8
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:
parent
6edf9de9cb
commit
b78982bafa
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user