-
Notifications
You must be signed in to change notification settings - Fork 25
Testing links
Gitoffthelawn edited this page Mar 14, 2020
·
2 revisions
This page includes links for testing redirection filtering and URL parameters trimming.
Thanks @Faberman for creating this test page!
Testing tools: Firefox Network Monitor, Fiddler, WireShark
redirection without parameters
| 1 |
https://steamcommunity.com/linkfilter/?url=https://addons.mozilla.org/ Pattern: steamcommunity.com linkfilter/?url=*Target URL: https://addons.mozilla.org/ |
| 2 |
https://outgoing.prod.mozaws.net/v1/ca408bc92003166eec54f20e68d7c771ae749b005b72d054ada33f0ef261367d/https%3A//github.com/tumpio/requestcontrol Pattern: outgoing.prod.mozaws.net *Target URL: https://github.com/tumpio/requestcontrol |
| 3 |
http://www.deviantart.com/users/outgoing?http://foobar2000.org Pattern: *.deviantart.com *outgoing?*Target URL: https://foobar2000.org |
| 4 |
https://www.site2.com/chrome/?i-would-rather-use-firefox=https%3A%2F%2Fwww.mozilla.org/ Pattern: www.site2.com *?*=*Target URL: https://www.mozilla.org/ |
redirection with parameters
no redirection, only parameters
misc.
| 14 |
https://www.dropbox.com/s/vm2mh2lkwsug4gt/rick_morty_at.png?dl=0 Pattern: *.dropbox.com *Regex: {href/^https?:\/\/www\.dropbox\.com(\/s\/.+\/.+)\?dl=\d$/https://dl.dropboxusercontent.com$1}Target URL: https://dl.dropboxusercontent.com/s/vm2mh2lkwsug4gt/rick_morty_at.png |