vote up 0 vote down star
1

I have a site where I'm moving all its components over to a cookieless domain. i.e. my site is example.org.uk and the cookieless domain is examplestatic.me.uk.

I am using FCKEditor as a part of this site, but it doesn't load properly when I set the source to examplestatic.me.uk/fckeditor/fckeditor.js.

How can I get FCKEditor to work on an alternate domain?

(Yes, I know this is technically XSS)

flag

1  
How are you including it on the page? You should have no problems including it on the page as a <script /> tag. – Dan Herbert Aug 16 at 1:13
I do, because it's being included from an external domain. – Jonathan Prior Aug 16 at 10:07
There's absolutely no limitation against including <script /> tags from alternate domains. This should work correctly in all major browsers. Cross-Site Scripting applies only when a JavaScript function dynamically (e.g., via AJAX) tries to read content from another domain. So, as long as you're including a traditional <script /> tag, you shouldn't have any trouble. If you still are, what is the specific behavior? – VoteyDisciple Aug 22 at 14:03

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.