Replace the protocol of backend remote checking url from http to https.

This commit is contained in:
joyqi
2023-03-28 12:07:33 +08:00
parent f6e1232db8
commit 65f5974e17
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1700,8 +1700,8 @@ else
// The default text that appears in the dialog input box when entering
// links.
var imageDefaultText = "http://";
var linkDefaultText = "http://";
var imageDefaultText = "https://";
var linkDefaultText = "https://";
// -------------------------------------------------------------------
// END OF YOUR CHANGES