You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, it is because Disqus do not allow anymore the cross-origin framing, I have the same problem.
I'm trying to find a solution on this, but I think that the only thing we can do is open in a new tab the disqus site
Hello,
Whe I go fo admin/disqus and I get in JS console:
Refused to display 'https://xxx.disqus.com/admin/moderate/' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.
but it is probably problem on disqus end?
I dried adding
header('X-Frame-Options: GOFORIT');
to top if admin.php, but same result.Thank you!
The text was updated successfully, but these errors were encountered: