Hello,
How do I make sure my HTML5 website cannot be edited by other developers.
When you visit a website, the HTML files are served by the web server. A visitor to your site only sees a copy of the HTML that renders in their browser.
Only people with access to your source files and permission to put/edit those files on your web server would have the ability to edit your website.
Once a web site is loaded and rendered in a browser, you can’t control what the user changes. But what they change only exists on their computer. Changes they make using the developer tools can’t have any impact on the source files living on your web server.
1 Like
Ok thank you! This will be quite helpful!
1 Like
No problem! Glad I could help