Rules icon indicating copy to clipboard operation
Rules copied to clipboard

Exception Needed for sftc.org

Open YipYup opened this issue 3 years ago • 0 comments

When visiting this URL, the page redirects, and places in a "referrer" URL query string. It is required, but is removed by clearurls default rules. The result is that the captcha page redirects the user to a 404 after completion, rather than the original intended destination. An exception needs to be added.

Visit: http://webapps.sftc.org/ci/CaseInfo.dll

URL before sanitization: https://webapps.sftc.org/captcha/captcha.dll?referrer=https%3A%2F%2Fwebapps.sftc.org%2Fci%2FCaseInfo.dll%3F

I believe this is the rule portion which is causing issues:

"globalRules": {
            "urlPattern": ".*",
            "completeProvider": false,
            "rules": [

...

                "(?:%3F)?referrer",

YipYup avatar Oct 11 '22 22:10 YipYup