You can disable mouse right click on your site.
Use this JavaScript to Template Options -> Custom Code -> Custom JavaScript
document.addEventListener('contextmenu', event => event.preventDefault()); You can disable mouse right click on your site.
Use this JavaScript to Template Options -> Custom Code -> Custom JavaScript
document.addEventListener('contextmenu', event => event.preventDefault());
Joomwalker is not affiliated with or endorsed by the Joomla Project or Open Source Matters.