← Back to team overview

mahara-contributors team mailing list archive

[Bug 1884785] Re: Replace all http with https on language packs

 

** Tags added: snack-sized

** Changed in: mahara
    Milestone: 20.10.0 => None

** Changed in: mahara
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1884785

Title:
  Replace all http with https on language packs

Status in Mahara:
  Confirmed

Bug description:
  Now most of the sites are using 'https://' instead of 'http://'. So I
  think it's better for us to use 'https://' on our language packs.

  e.g.

  [before]
  <!-- @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later -->

  [after]
  <!-- @license https://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later -->

  ---

  [before]
  <a href="http://developer.photobucket.com/";>Photobucket developer website</a>

  [after]
  <a href="https://developer.photobucket.com/";>Photobucket developer website</a>

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1884785/+subscriptions


References