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
To prevent webpage loading in iframes, we have to use X-Frame-Options header or frame-ancestors CSP directive. It's very inefficient way because it works as "rule for browser". Instead of that, it will be more efficient to report iframe nesting level to server and handle this situation at server.
To prevent webpage loading in iframes, we have to use X-Frame-Options header or frame-ancestors CSP directive. It's very inefficient way because it works as "rule for browser". Instead of that, it will be more efficient to report iframe nesting level to server and handle this situation at server.
TL;DR: we should send such requests
instead of such responses
The text was updated successfully, but these errors were encountered: