From 237aa18e29a9817e40639f3704debaed8c66ae3f Mon Sep 17 00:00:00 2001 From: "Mark A. Matienzo" Date: Tue, 3 Dec 2019 13:23:57 -0800 Subject: [PATCH] Revert "Workaround for proxy issue" This reverts commit b9c9261c2d8de4a7f1125fee33e665fae9f054eb. --- conf/application.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/application.conf b/conf/application.conf index afac240..87a0c00 100644 --- a/conf/application.conf +++ b/conf/application.conf @@ -31,5 +31,4 @@ queries.statement = "CONSTRUCT WHERE {?s ?p ?o }" queries.localize = "CONSTRUCT {?s ?p ?o} WHERE {?s ?p ?o . FILTER(!isLiteral(?o) || lang(?o) = \"\" || langMatches(lang(?o), \"%1$s\" ))}" languages.available = "en de es et fi hi fr pl" -# workaround for conostix proxy issue -source.site.http = "https://rightsstatements.netlify.com" +source.site.http = "https://rightsstatements.org"