Error opening Roundcube
#6
RE: Error opening Roundcube
I'm not sure what has caused this issue for you, but I have found this:
(Always make a backup!)
Quote:./program/js/app.js (replace app.min.js with this):
Code Select Expand
Code:
    // clickjacking protection     if (this.env.x_frame_options) {       try {         // bust frame if not allowed             if (this.env.x_frame_options == 'deny' && top.location.href != self.location.href) {           top.location.href = self.location.href;         } else if (this.env.x_frame_options.indexOf('ALLOW-FROM') == 0) {             } else if (top.location.hostname != self.location.hostname) {           throw 1;         }       } catch (e) {         // possible clickjacking attack: disable all form elements         $('form').each(function(){ ref.lock_form(this, true); });         this.display_message("Blocked: possible clickjacking attack!", 'error');         return;       }     }
Original post: https://www.roundcubeforum.net/index.php?topic=21680.0
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply


Messages In This Thread
Error opening Roundcube - by cfreire - 05-13-2025, 04:46 AM
RE: Error opening Roundcube - by TGates - 05-16-2025, 04:09 AM
RE: Error opening Roundcube - by cfreire - 05-20-2025, 04:26 AM
RE: Error opening Roundcube - by TGates - 05-22-2025, 07:39 AM
RE: Error opening Roundcube - by cfreire - 05-23-2025, 04:26 AM
RE: Error opening Roundcube - by TGates - 05-24-2025, 03:49 AM
RE: Error opening Roundcube - by cfreire - 05-28-2025, 04:01 AM
RE: Error opening Roundcube - by TGates - 05-29-2025, 06:47 AM
RE: Error opening Roundcube - by jamescIKVHJA - 06-06-2025, 12:36 PM
RE: Error opening Roundcube - by heresugar - 08-07-2026, 04:56 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Apache giving error in kevwebbie 7 4 ,078 04-25-2025, 09:56 PM
Last Post: kevwebbie
Dovecot error rsthomas 2 1 ,757 12-17-2024, 02:35 PM
Last Post: TGates

Forum Jump:


Users browsing this thread: 1 Guest(s)