We use MinIO as our storage server. The issue is that the objects are accessible to the public Internet. To solve this issue someone suggested to use crossdomain.xml
file to restrict access to resources if the request is initiated from our domain only. However from what I read everywhere, it looks like that file is exclusive to Adobe products.
Is that correct? And if yes, what is the alternative solution?
Our webserver is nginx.