Conversation
|
I remember doing some research, but some people use XBB as a cdn, so there are cases where iframes are actually a wanted feature. Also, this would only "fix" installations behind apache, not nginx or other web servers, and requires mod_headers to be enabled, otherwise a 500 is raised. |
|
Could potentially do what VaultWarden currently does for Iframes to fix this issue and that is an configurable option to choose allowed iframe ancestors and allowed connect-src. Maybe there could also be an option to define which domains can use iframes More info (explanation from VaultWarden): This would fix the clickjacking attack while still allowing XBackBone admins to use iframes if they so which. |
.htaccess updated to prevent iframes working with XBackBone installations.
Issue raised on #432