mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-22 14:30:41 -04:00
Replace HTTP links with HTTPS
Using this regexp: https://regex101.com/r/rZ2dE2/1
This commit is contained in:
parent
d485ab2d88
commit
38ab755733
36 changed files with 48 additions and 48 deletions
|
@ -2,10 +2,10 @@
|
|||
* $Id: base64.js,v 1.7 2012/08/23 10:30:18 dankogai Exp dankogai $
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
* https://www.opensource.org/licenses/mit-license.php
|
||||
*
|
||||
* References:
|
||||
* http://en.wikipedia.org/wiki/Base64
|
||||
* https://en.wikipedia.org/wiki/Base64
|
||||
*/
|
||||
|
||||
(function(global){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue