Skip to content

Add validation around urls to avoid exploitation

Jeremy Jackson requested to merge jj-add-redirect-url-validation into master

This adds a configuration for url validation (before redirecting) that you can implement whatever desired logic inside of. In our case we’ll probably check the url against a regex, so that’s what I’ve tested against.

Addresses a potential exploitation risk, so this should be included in a 0.6.2 release in the next couple days.

Edited by Jeremy Jackson

Merge request reports