Why is my deployed url domain not accessing the node to add files to my ipfs node

when am adding file to my node using the localhost the access is granted while when i use the deployed website the access is denied below is my config for example for the config

{
“API”: {
“HTTPHeaders”: {
“Access-Control-Allow-Headers”: [
“Authorization”,
“Content-Type”
],
“Access-Control-Allow-Methods”: [
“GET”,
“POST”,
“PUT”
],
“Access-Control-Allow-Origin”: [
http://localhost:3000”,
https://example.app/
]
}
},