Korrigiere Favicon
This commit is contained in:
@@ -4,10 +4,14 @@ class BSICertBridge extends BridgeAbstract
|
||||
const MAINTAINER = 'Brawl';
|
||||
const NAME = 'BSI Bürger-CERT-Sicherheitshinweise';
|
||||
const URI = 'https://www.bsi.bund.de/';
|
||||
const ICON = 'https://www.google.com/s2/favicons?domain=www.bsi.bund.de&sz=32';
|
||||
const CACHE_TIMEOUT = 21600; // 21600 = 6h
|
||||
const DESCRIPTION = 'Sicherheitshinweise des Bürger-CERT vom Bundesministerium für Internetsicherheit';
|
||||
|
||||
public function getIcon()
|
||||
{
|
||||
return 'https://www.google.com/s2/favicons?domain=www.bsi.bund.de&sz=32';
|
||||
}
|
||||
|
||||
public function collectData()
|
||||
{
|
||||
// Retrieve webpage
|
||||
|
||||
Reference in New Issue
Block a user