Trying to view the source code for github.your_company.com/stafftools/reports/dormant_users.js.
When I go to the link, it simply downloads a .csv
file immediately, with no activity in the Chrome DevTools Network tab. I have tried disabling javascript, cURLing and so forth but nothing works.
Really surprised since from every SO post I've come across, they say it is impossible to hide the source code for .js
files.
How do I protect javascript files?
Just thinking that this would be a really informative counter-example