Author Topic: How to remove "To protect your privacy remote resources have been blocked."  (Read 6590 times)

Offline MrsJMo

  • Newbie
  • *
  • Posts: 1
I don't know how to do this, can you please walk me thru it? Where do you find "config.inc.php"?  I want to remove this message.
Re: How to remove "To protect your privacy remote resources have been blocked."
« Reply #1 on: June 12, 2021, 02:08:16 PM »
Quote
In your config.inc.php:
Code: [Select]
 Display remote resources (inline images, styles) in HTML messages
 0 - Never, always ask
 1 - Allow from my contacts (all writeable addressbooks + collected senders and recipients)
 2 - Always allow
 3 - Allow from trusted senders
$config['show_images'] = 0;

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
The config.inc.php is in the the config directory in the folder where Roundcube is installed.