changed chatty-pub-files url to be secure

This commit is contained in:
كارل مبارك 2023-09-15 17:13:20 +02:00
parent d64ce5261d
commit c9981b5acc

View file

@ -60,7 +60,7 @@ export default {
// with this: https://chatty-pub-files.hackersanddesigners.nl/files/
c = c.replaceAll(
url + "/user_uploads/",
"http://chatty-pub-files.hackersanddesigners.nl/files/"
"https://chatty-pub-files.hackersanddesigners.nl/files/"
);
c = this.replaceAllEmojiCodes(c);