Reputation: 1
I have a chrome extension(which opens up in a new tab in chrome browser) which uses JSON APIs to fetch certain secured data from the server. I don't want the logged-in user to check those API's. I want to restrict user from opening the chrome devtool.
Can you please help me out in checking whether anybody is trying to open the chrome devtool?
Upvotes: 0
Views: 1208
Reputation: 23052
You can't nor can you stop someone from looking at your APIs.
How to disable browser developer tools?
Upvotes: 1