Hi All,
I cant able to qualify any target experience in Firefox, I'm getting below error(Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at). Anyone has any solution ?
Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Kirti_23
This is the behavior of Firefox, and expectation too; that Target sometimes fails to load in this particular browser. I believe, if you will try in Chrome then it will certainly work.
The reason behind this is some kind of fundamental network error. In many cases, it is caused by a browser plugin (e.g. an ad blocker or privacy protector) blocking the Target request. In today's time, it is generally Firefox's built-in tracking protection called as "Enhanced Tracking Protection". Under this tracking protection, Firefox blocks some network calls. Below is a link that talks more about it.
https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop
Now, here is the SOLUTION - You have to disable "Enhanced Tracking Protection" in Firefox, please find below the steps to achieve the same.
Hi @Kirti_23
This is the behavior of Firefox, and expectation too; that Target sometimes fails to load in this particular browser. I believe, if you will try in Chrome then it will certainly work.
The reason behind this is some kind of fundamental network error. In many cases, it is caused by a browser plugin (e.g. an ad blocker or privacy protector) blocking the Target request. In today's time, it is generally Firefox's built-in tracking protection called as "Enhanced Tracking Protection". Under this tracking protection, Firefox blocks some network calls. Below is a link that talks more about it.
https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop
Now, here is the SOLUTION - You have to disable "Enhanced Tracking Protection" in Firefox, please find below the steps to achieve the same.
Hi
The answer should be focus on CORs policy update
Best practice will be white list all the domain the application/web is using (its good for content security)
https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
Access-Control-Allow-Origin: https://foo.example
Views
Replies
Total Likes
Views
Likes
Replies