]> git.mxchange.org Git - friendica-addons.git/commitdiff
Update nitter.php
authorAndy H3 <andy@hubup.pro>
Tue, 13 Dec 2022 15:41:53 +0000 (15:41 +0000)
committerGitHub <noreply@github.com>
Tue, 13 Dec 2022 15:41:53 +0000 (15:41 +0000)
Changed  protocol of example URL to secure to avoid confusion as all Nitter servers operate in secure mode only.

nitter/nitter.php

index 013d8fd2ba6cb66bf0ca52100aa17247d651d87b..f2463b96cd9415d01f60c65dc78ae2992307a7d8 100644 (file)
@@ -49,7 +49,7 @@ function nitter_addon_admin(App $a, string &$o)
        $t = Renderer::getMarkupTemplate('admin.tpl', 'addon/nitter/');
        $o = Renderer::replaceMacros($t, [
                '$settingdescription' => DI::l10n()->t('Which nitter server shall be used for the replacements in the post bodies? Use the URL with servername and protocol.  See %s for a list of available public Nitter servers.', 'https://github.com/zedeus/nitter/wiki/Instances'),
-               '$nitterserver' => ['nitterserver', DI::l10n()->t('Nitter server'), $nitterserver, 'http://example.com'], 
+               '$nitterserver' => ['nitterserver', DI::l10n()->t('Nitter server'), $nitterserver, 'https://example.com'], 
                '$submit' => DI::l10n()->t('Save Settings'),
        ]);
 }