Closed nevali closed 9 years ago
As of 99f4f5b5bfc294919aa81fd4fd1ca7367a95fc82, each crawl object always has a location and content_location set, both of which will be absolute URLs.
location
content_location
As a consequence, the URL rebasing and same-origin checks in processors/lod.c are no longer necessary and should be removed.
processors/lod.c
As of 99f4f5b5bfc294919aa81fd4fd1ca7367a95fc82, each crawl object always has a
location
andcontent_location
set, both of which will be absolute URLs.As a consequence, the URL rebasing and same-origin checks in
processors/lod.c
are no longer necessary and should be removed.