Commit 1b098309 authored by Steinberg, Jan's avatar Steinberg, Jan
Browse files

no url check for soziopolis

parent 52f9c3d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
    "src/main/webapp/bower_components"
  ],
  "dependencies": {
    "bower": "^1.6.3"
    "bower": "^1.8.8"
  },
  "devDependencies": {
    "browser-sync": "2.10.0",
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ public class ContentResolver {
        catch (UnsupportedEncodingException e) {
            log.warn("", e);
        }
        if ( URL_VALIDATOR.isValid(url) ) {
        if ( URL_VALIDATOR.isValid(url) || url.contains("soziopolis")) {
            try {
                
                url = ContentHelpers.resolvePossibleRedirects(url);