In my app, when I tap on an image, the image or PDF is displayed in a separate tab.
When the user uploads those images and PDFs, they are saved in amazon s3, so the URL is “https://s3.amazonaws.com/…”. URL.
This way, I get the message “This site has been reported as an insecure site” on the edge, is there any solution? It is perfectly safe, since I am only skipping to the URL of the images and PDFs uploaded by the user…
Since these images and PDFs are uploaded by users, I am wondering if it would be practically difficult to report each and every one of them and have Edge remove them.