whisperwow No, but, there’s JavaScript you could find and put in your footer which would prevent right-clicking. I’d have to test it out. Not at a computer right now. But something like:
<script>
window.addEventListener("contextmenu", e => e.preventDefault());
</script>