Preventing Anonymous User to access theme files, image or scan the URLs in my app
0
Hi There , I have problem in my app security , I can't know what should I check, the roles is seems correct for all users. I want to prevent anonymous user to access any file in my app (Theme folders which is contain all css,image,icon and more), also I want to prevent the user to make any scan that make him see URLs, is there any way in Mendix to solve this.
asked
Mohsin Ali
2 answers
0
Hello,
You can disable anonymous users. That way, only people with an account will be able to use it.
answered
Inês Fragoeiro
0
Hi Mohsin,
Limit the user roles access on the entities and module levels. On entities do not give any read or write access. For modules do not assign any user roles.