Sometimes we want to get the source files from a production server. But we want developers to get these source codes, so there will be some strategy to prevent other people from getting source maps, such as the IP limit for sourcemap requests.
When the source maps are not available, an error message will not be displayed in Chrome and Firefox. But Safari will show 403/404 errors for these source maps.
My question is: is there a way to prevent Safari from showing these messages?
source share