Technically, yes, a website can block right-click inspect option with JS. They use `event.preventDefault()` on the contextmenu event.
But here’s the thing—it’s trivial to bypass. Even if they block shortcuts, you can:
1. Use browser menu to open dev tools
2. Load the page with JS disabled
3. Use curl or dev tools’ network tab to see requests
It’s security theater at best.
But here’s the thing—it’s trivial to bypass. Even if they block shortcuts, you can:
1. Use browser menu to open dev tools
2. Load the page with JS disabled
3. Use curl or dev tools’ network tab to see requests
It’s security theater at best.
