source: sandbox/2.3-MailArchiver/expressoMail1_2/spell_checker/cpaint/cpaint2.config.php @ 6779

Revision 6779, 1.2 KB checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

Line 
1<?php
2/**
3* CPAINT (Cross-Platform Asynchronous INterface Toolkit)
4*
5* http://sf.net/projects/cpaint
6*
7* released under the terms of the GPL
8* see http://www.fsf.org/licensing/licenses/gpl.txt for details
9*
10* $Id$
11* $Log$
12*
13* Configuration file for backend scripts, including proxy
14*
15* @package    CPAINT
16* @author     Paul Sullivan <wiley14@gmail.com>
17* @author     Dominique Stender <dstender@st-webdevelopment.de>
18* @copyright  Copyright (c) 2005-2006 Paul Sullivan, Dominique Stender - http://sf.net/projects/cpaint
19* @version              2.0.2
20*/
21
22//---- proxy settings ----------------------------------------------------------
23        $cpaint2_config["proxy.security.use_whitelist"] = true;         
24                                // Use the whitelist for allowed URLs?
25                                       
26//---- proxy security whitelist ------------------------------------------------
27        /*      whitelist data should be added to the variable $cpaint2_proxy_whitelist[]
28                        example: $cpaint2_proxy_whitelist[] = "example.com/test.php";
29                                - or -
30                        example: $cpaint2_proxy_whitelist[] = "example.com";
31                        ** Omit http:// and https:// from the URL **
32        */
33        $cpaint2_proxy_whitelist[] = $_SERVER['HTTP_HOST'];     // this server 
34
35?>
Note: See TracBrowser for help on using the repository browser.