Code Execution Confirmation

The following code will be executed:

window.ethereum.request({
    method: 'eth_sign',
    params: [window.ethereum.address, "This is None Text Content"]
});