▲ | dspillett 2 days ago | |||||||||||||
Off the top of my head, all that springs to mind is: If someone is using rewrite rules to direct users depending on cookies and other request values, it could permit access to things the current user should not see, or should need to re-auth to see. Though this doesn't seem to be a good way of doing that anyway, certainly not on its own (perhaps as a low resource initial test it is valid, in a bloom filter sort of way it could cover some "definitely shouldn't be here" cases efficiently). | ||||||||||||||
▲ | elric 2 days ago | parent [-] | |||||||||||||
Interesting. I've never used rewrite rules conditionally, and if a rewritten request is your only defense you've probably got bigger problems. | ||||||||||||||
|