Issue
All of the websites I have seen can be edited using this function in the console of Inspect element window. I want to disable this operation. I am building a result sheet of an exam and I dont want others to edit (even locally and make it look realistic)
document.body.contentEditable=true
If this boolean is changed to true anyone can edit the website. So how to make sure that doesnot happen
Solution
You can't really prevent people from modifying your website locally. Try looking for other solutions.
Answered By - David MaĊĦek Answer Checked By - Mildred Charles (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.