Index: tiny_mce_src.js
===================================================================
--- tiny_mce_src.js	(revision 2808)
+++ tiny_mce_src.js	(working copy)
@@ -90,8 +90,8 @@
 	this.defParam("force_br_newlines", false);
 	this.defParam("force_p_newlines", true);
 	this.defParam("add_form_submit_trigger", true);
-	this.defParam("relative_urls", true);
-	this.defParam("remove_script_host", true);
+	this.defParam("relative_urls", false);
+	this.defParam("remove_script_host", false);
 	this.defParam("focus_alert", true);
 	this.defParam("document_base_url", this.documentURL);
 	this.defParam("visual", true);

