Replace the protocol of backend remote checking url from http to https.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user