This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Error opening Roundcube
#6
[Not Solved] 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
Thanks given by:


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 shuwna - 06-30-2025, 12:52 PM
RE: Error opening Roundcube - by cfreire - 07-01-2025, 12:34 AM
RE: Error opening Roundcube - by TGates - 07-01-2025, 07:12 AM

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

Forum Jump:


Users browsing this thread: 1 Guest(s)