Moqume / Background-Manager-WP

Background Manager is a powerful replacement for the default WordPress background manager.
http://j.mp/bgmwp
GNU General Public License v3.0
6 stars 3 forks source link

Cross-domain AJAX requests, domains with AND without "www" #7

Closed Moqume closed 12 years ago

Moqume commented 12 years ago

Either option, or automatic override, of jQuery.ajax() (http://api.jquery.com/jQuery.ajax/) using crossDomain. Personal preference is for automatic override, given security complications.

Problem related to issue #6 in MSIE 7+ and Google Chrome (should also affect FF 3.5+).

Moqume commented 12 years ago

This is something that cannot be done in a safe manner (security complications outweigh the benefits), therefore will not be implemented.