mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-20 23:31:37 +02:00
Add an indicator to show the HTTP status of the site. (#483)
This commit is contained in:
@@ -3,7 +3,7 @@ class AskfmBridge extends BridgeAbstract {
|
||||
|
||||
const MAINTAINER = 'az5he6ch';
|
||||
const NAME = 'Ask.fm Answers';
|
||||
const URI = 'http://ask.fm/';
|
||||
const URI = 'https://ask.fm/';
|
||||
const CACHE_TIMEOUT = 300; //5 min
|
||||
const DESCRIPTION = 'Returns answers from an Ask.fm user';
|
||||
const PARAMETERS = array(
|
||||
|
Reference in New Issue
Block a user