python pyqt browser, how to disable copy, paste options in that

I’m developing a lockdown browser using Python and PyQt libraries. I need to disable functions like cut, copy, and paste within the browser. I’ve attempted to inject JavaScript and CSS code, but these solutions are not effectively preventing users from copying and pasting webpage content that are rendered in that pyqt browser

Is there a reliable solution to disable these functions in a PyQt browser?