Änderungen https Andy Müller rückgängig gemacht

This commit is contained in:
aschwarz
2023-04-26 13:57:07 +02:00
parent 6fd85470a3
commit 1b951f5d14
1073 changed files with 4903 additions and 4903 deletions

View File

@ -4,10 +4,10 @@
* Copyright (C) 2003-2006 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* https://www.opensource.org/licenses/lgpl-license.php
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* https://www.fckeditor.net/
* http://www.fckeditor.net/
*
* "Support Open Source software. What about a donation today?"
*
@ -31,7 +31,7 @@
<STRONG>Expected results</STRONG>: The editor content must be loaded and the
submit button must post the editors html. No javascript errors should be thrown
(security errors).<BR>
<STRONG>Configurations</STRONG>: BaseHref = https://www.fckeditor.net
<STRONG>Configurations</STRONG>: BaseHref = http://www.fckeditor.net
<BR>
<STRONG>Steps to&nbsp;Reproduce</STRONG>:
</P>
@ -56,8 +56,8 @@ var sBasePath = document.location.pathname.substring(0,document.location.pathnam
var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ;
oFCKeditor.BasePath = sBasePath ;
oFCKeditor.Config['BaseHref'] = 'https://www.fckeditor.net' ;
oFCKeditor.Value = 'This is some <strong>sample text</strong>. You are using <a href="https://www.fckeditor.net/">FCKeditor</a>.' ;
oFCKeditor.Config['BaseHref'] = 'http://www.fckeditor.net' ;
oFCKeditor.Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;
oFCKeditor.Create() ;
//-->
</script>