mirror of
https://github.com/FriendsOfSymfony/FOSFacebookBundle.git
synced 2026-03-24 00:32:16 +01:00
[PR #151] Return javascript always to not cause X-Frame-Options restrictions #293
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/FriendsOfSymfony/FOSFacebookBundle/pull/151
State: closed
Merged: No
Returning a
RedirectResponsewill cause Chrome to refuse the redirect with "Refused to display document because display forbidden by X-Frame-Options."Other browsers might output an error page saying "content can not be loaded in a frame".