I'm developing a site in django, which uses a jquery multi file upload plugin. When i register to my site, a confirmation email is sent to my gmail account, i click the activation
Solution 1:
hm... what jumps into my mind first:
try to add:
response['p3p'] = 'CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"'
and/or:
response['Access-Control-Allow-Origin'] = '*'
to your response.
Share
Post a Comment
for "Script5 Access Denied In Ie9 In Same Domain"
Post a Comment for "Script5 Access Denied In Ie9 In Same Domain"