Would it be possible to automatically exclude URLs with a "?" mark in them. Currently these domains cause an error.
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
<a href="http://myotherdrupalsite.com/user?destination=admin
My apologies.
It should be something like:
href="http://myotherdrupalsite.com/user?destination=http://myotherotherdrupals..."
Latest commit now ignores urls as you described
Comments
Comment #1
stongo commentedCan 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=adminComment #2
Nigeria commentedMy apologies.
It should be something like:
href="http://myotherdrupalsite.com/user?destination=http://myotherotherdrupals..."
Comment #3
stongo commentedLatest commit now ignores urls as you described