Looks like writing to the clipboard should have already been allowed with a prompt, and changing it to always allowed didn't let the site write to it. Also, on further investigation, querying with temporaryvariable=navigator.permissions.query({ name: "clipboard-write" }) in the inspector indicates the permission is in-fact still denied. I am not sure what to do about that; I will try again tomorrow.