EtchUK / Etch.OrchardCore.ContentPermissions

Module for Orchard Core to enable configuring access at a content item level.
MIT License
25 stars 6 forks source link

Support 404 behavior #8

Open Piedone opened 4 years ago

Piedone commented 4 years ago

Support that instead of a redirection an unauthorized user instead sees a 404 page. The redirect tells that "something is there" which might be a security issue. Showing a 404 (like GitHub does too), intentionally not a 401, is better because that would again tell about the existence of the item.