Changeset 5212


Ignore:
Timestamp:
10/04/09 00:31:47 (3 years ago)
Author:
SvenDowideit
Message:

Item1563: allow localhost and 127.0.0.1 as redirect hosts

Location:
branches/Release01x00/core/tools/pkg/debian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x00/core/tools/pkg/debian/LocalSite.cfg

    r5172 r5212  
    44$Foswiki::cfg{ScriptUrlPath} = '/foswiki/bin'; 
    55$Foswiki::cfg{DefaultUrlHost} = 'http://your.domain.com'; 
    6 $Foswiki::cfg{PermittedRedirectHostUrls} = 'http://localhost'; 
     6$Foswiki::cfg{PermittedRedirectHostUrls} = 'http://localhost;http://127.0.0.1'; 
    77$Foswiki::cfg{Site}{FullLang} = 'en-us'; 
    88$Foswiki::cfg{PubUrlPath} = '/foswiki/pub'; 
  • branches/Release01x00/core/tools/pkg/debian/changelog

    r5211 r5212  
    33  * update to foswiki 1.0.7 
    44  * remove mod_perl bits - they're now in foswiki-modperlenginecontrib 
     5  * add localhost and 127.0.0.1 to permitted redirecthosts by default 
    56 
    67 -- Sven Dowideit <SvenDowideit@fosiki.com>  Sun, 4 Oct 2009 09:53:40 +0100 
Note: See TracChangeset for help on using the changeset viewer.