In Mac OS, Fire fox Version 3.6.3 is blocking XMLHttp Object in one machine but it didn't block in same set of OS and browser versions in other machine. Is there any way to enable or disable xmlhttp from browser?

share|improve this question

67% accept rate
feedback

1 Answer

XMLHttpRequest, like any other JavaScript interface, can be blocked in Firefox using CAPS preferences (capability.policy.default.XMLHttpRequest).

But it's highly unlikely that this has been done. (There is no UI for it.) I suspect you have a different problem.

share|improve this answer
feedback

Your Answer

 
or
required, but never shown
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.