diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index a45512ff83debe0f5ff5c712fe7a655446c49b46..fb9264251c985262944bfcd12cc06c441701b523 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -3,7 +3,7 @@ <listener> <listener-class>no.bioforsk.vips.core.startup.StartupListener</listener-class> </listener> - <!-- This is for allowing Cross-Site requests --> + <!-- This is for allowing Cross-Site requests See: http://software.dzhuvinov.com/cors-filter.html --> <filter> <filter-name>CORS</filter-name> <filter-class>com.thetransactioncompany.cors.CORSFilter</filter-class>