Skip to content

Commit 5ced143

Browse files
authored
Prevent right clicking the entire web-page
1 parent 09bd581 commit 5ced143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<link rel="icon" type="image/png" sizes="16x16" href="https://raw.githubusercontent.com/losier/v4/master/src/assets/logo_16x16.png" />
2222

2323
</head>
24-
<body>
24+
<body oncontextmenu="return false">
2525
<noscript class="noscript">You need to enable JavaScript to view this website.</noscript>
2626
<div id="root"></div>
2727
</body>

0 commit comments

Comments
 (0)