Open jakubkuc opened 11 months ago
Passing allow_redirects flag to requests should be handled in requests-hardened. At the moment it is not possible and additional code is needed to be able to use redirects while using requests-hardened and that is not optimal for Saleor.
allow_redirects
requests-hardened
I removed the bug label as the IP filtering feature works as intended, it's a feature request.
bug
But the following could be improved:
ip_filter_enable=True
never_redirect=False
Passing
allow_redirects
flag to requests should be handled inrequests-hardened
. At the moment it is not possible and additional code is needed to be able to use redirects while usingrequests-hardened
and that is not optimal for Saleor.