Would it be possible to automatically exclude URLs with a "?" mark in them. Currently these domains cause an error.

Comments

stongo’s picture

Status: Active » Postponed (maintainer needs more info)

Can you give me an example of an error caused by this?
As a test I added a link to another drupal site with the destination parameter set on login, and it worked as expected:
<a href="http://myotherdrupalsite.com/user?destination=admin

Nigeria’s picture

My apologies.

It should be something like:

href="http://myotherdrupalsite.com/user?destination=http://myotherotherdrupals..."

stongo’s picture

Latest commit now ignores urls as you described