mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 18:14:44 +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:
parent
c0181d8d41
commit
2ac0469750
4 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ class GBAtempBridge extends BridgeAbstract {
|
|||
|
||||
const MAINTAINER = 'ORelio';
|
||||
const NAME = 'GBAtemp';
|
||||
const URI = 'http://gbatemp.net/';
|
||||
const URI = 'https://gbatemp.net/';
|
||||
const DESCRIPTION = 'GBAtemp is a user friendly underground video game community.';
|
||||
|
||||
const PARAMETERS = array( array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue