The page in the iframe disables methods that right click events
- 2020-03-30 03:19:34
- OfStack
Add:
Can be
<script>
document.oncontextmenu = function(){
return false
}
</script>
Can be