mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-13 12:04:09 +02:00
Updated 4 bridges to use HTTPS (#497)
* [NextInpactBridge] Use https * [InstagramBridge] Use https * [GBAtempBridge] Use https * [LeBonCoinBridge] Use https
This commit is contained in:
committed by
Teromene
parent
c0181d8d41
commit
2ac0469750
@@ -3,7 +3,7 @@ class InstagramBridge extends BridgeAbstract {
|
||||
|
||||
const MAINTAINER = 'pauder';
|
||||
const NAME = 'Instagram Bridge';
|
||||
const URI = 'http://instagram.com/';
|
||||
const URI = 'https://instagram.com/';
|
||||
const DESCRIPTION = 'Returns the newest images';
|
||||
|
||||
const PARAMETERS = array( array(
|
||||
|
Reference in New Issue
Block a user