sule01u
sule01u
Hopefully, one day we'll see a real whitelisting mode generated
> 我们从未说过要删除nx_utils Naxsi is now using nxapi to generate whitelist instead of using nx_util, I just want to know what's different, because I'm going to consider whitelist generation using the...
https://github.com/nbs-system/naxsi/issues/191 https://github.com/nbs-system/naxsi/issues/251 What I want to ask is why nx_util.py is not recommended, is there any ambiguity in what I'm saying?
authorization/authorization.py allowed_status_codes = ["200", "302", "301", "303", "307", "308"] if newStatusCode not in allowed_status_codes: return self.ENFORCED_STR What about adding this logic? (other status codes do not seem to need to...
> But if the new status code is still 302, it will return True and will be marked as enforced, im not sure how it helps Here's what I think:...