Skip to content

Commit

Permalink
Add more Hosts not getting Proxy prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrode committed Oct 25, 2023
1 parent 7aeba59 commit 210dbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Services/LinksFromMarcFullrecordService.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class LinksFromMarcFullrecordService
public function getLinks($fullrecord, $isil = null, $unique = false, $merged = false)
{
$defaultPrefix = 'http://wwwdb.dbod.de/login?url=';
$noPrefixHosts = ['wwwdb.dbod.de', 'www.dbod.de', 'nbn-resolving.de', 'digital.slub-dresden.de', 'digital.zlb.de', 'www.deutschefotothek.de'];
$noPrefixHosts = ['wwwdb.dbod.de', 'www.dbod.de', 'nbn-resolving.de', 'digital.slub-dresden.de', 'digital.zlb.de', 'www.deutschefotothek.de', 'mediathek.slub-dresden.de', 'ezb.ur.de', 'dbis.uni-regensburg.de', 'www.bibliothek.uni-regensburg.de',];
$blacklistLabel = ['Kostenfrei', 'Volltext'];

$resourceLinks = [];
Expand Down

0 comments on commit 210dbe7

Please sign in to comment.