Skip to content

Commit

Permalink
https://github.com/water-fountains/import2wikidata/issues/10#issuecom…
Browse files Browse the repository at this point in the history
…ment-528876473
  • Loading branch information
Ralf Hauser committed Dec 14, 2019
1 parent 7630ff0 commit 697f2f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/fountain.properties.js
Original file line number Diff line number Diff line change
Expand Up @@ -2078,6 +2078,7 @@ let fountain_properties = {
urls.forEach((elt)=>{
let url = elt.value;
if(!_.startsWith(url, 'https://h2o.do')) {
//as per https://github.com/water-fountains/import2wikidata/issues/10#issuecomment-528876473
validUrls.push(url);
}
});
Expand Down

0 comments on commit 697f2f3

Please sign in to comment.