How can I ensure that a web app is not accessible or operated from the local file system?
The app has a custom front-end workspace created with JS and various libraries, which should only be usable when the user is logged in to the domain with an active internet connection.
If a user tries to save the page and associated files to the local file system and then attempts to access the workspace, is there a way to prevent this?
Is it possible to implement a solution for this scenario?