I am using Javascript to copy text from the clipboard and it works using the below code
const text = await navigator.clipboard.readText();
return text
However Chrome shows the following prompt:
Is there a way I can allow clipboard pasting using Chrome options or if I can add my website as a trusted source?