Mercurial > hg > digilib
diff webapp/pom.xml @ 1454:0f276f0cc556
remove global CORS servlet filter. add cors "*" in IIIF info request, controlled by config option.
author | robcast |
---|---|
date | Fri, 13 Nov 2015 15:06:30 +0100 |
parents | fa63f437d5c5 |
children | 02252febba09 a96deb0129a5 |
line wrap: on
line diff
--- a/webapp/pom.xml Thu Nov 12 16:43:01 2015 +0100 +++ b/webapp/pom.xml Fri Nov 13 15:06:30 2015 +0100 @@ -173,10 +173,7 @@ </profile> <profile> <id>cors-filter</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <!-- external servlet filter to add CORS headers --> + <!-- external servlet filter to add CORS headers. enable in web.xml --> <dependencies> <dependency> <groupId>org.eclipse.jetty</groupId>