changed chatty-pub-files url to be secure
This commit is contained in:
parent
d64ce5261d
commit
c9981b5acc
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ export default {
|
||||||
// with this: https://chatty-pub-files.hackersanddesigners.nl/files/
|
// with this: https://chatty-pub-files.hackersanddesigners.nl/files/
|
||||||
c = c.replaceAll(
|
c = c.replaceAll(
|
||||||
url + "/user_uploads/",
|
url + "/user_uploads/",
|
||||||
"http://chatty-pub-files.hackersanddesigners.nl/files/"
|
"https://chatty-pub-files.hackersanddesigners.nl/files/"
|
||||||
);
|
);
|
||||||
|
|
||||||
c = this.replaceAllEmojiCodes(c);
|
c = this.replaceAllEmojiCodes(c);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue