1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-27 20:00:13 +02:00

[NasaApodBridge] Use HTTPS instead of HTTP

This commit is contained in:
Corentin Garcia
2017-03-20 14:26:08 +01:00
committed by GitHub
parent b48a44c979
commit a84c245fa0

View File

@@ -3,7 +3,7 @@ class NasaApodBridge extends BridgeAbstract {
const MAINTAINER = 'corenting';
const NAME = 'NASA APOD Bridge';
const URI = 'http://apod.nasa.gov/apod/';
const URI = 'https://apod.nasa.gov/apod/';
const CACHE_TIMEOUT = 43200; // 12h
const DESCRIPTION = 'Returns the 3 latest NASA APOD pictures and explanations';