Base solution for your next web application
Open Closed

Modifying AbpScripts/GetAll.js #7502


User avatar
0
mkreltszheim created

Hi,

I'm currently working on security fixes to our application that have requested by a third party security company for our client.

One of their requests is that the list of all permisions (found in abp.auth.allPermissions) is not displayed in AbpScripts/GetAll.js on the login page and other unauthenticated pages.

I have tried modifiying Web/Abp/Framework/Scripts/abp.js however this does not seem to affect the output of the generated AbpScripts/GetAll.js file. I can see the ticks querystring on the end of the request, so it is not a caching issue.

How can I modify the output for AbpScripts/GetAll.js?


3 Answer(s)