Skip to content

Commit

Permalink
Prevent right clicking the entire web-page
Browse files Browse the repository at this point in the history
  • Loading branch information
aarabii authored Jul 13, 2022
1 parent 09bd581 commit 5ced143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<link rel="icon" type="image/png" sizes="16x16" href="https://raw.githubusercontent.com/losier/v4/master/src/assets/logo_16x16.png" />

</head>
<body>
<body oncontextmenu="return false">
<noscript class="noscript">You need to enable JavaScript to view this website.</noscript>
<div id="root"></div>
</body>
Expand Down

0 comments on commit 5ced143

Please sign in to comment.