diff --git a/CHANGES b/CHANGES index ffbd881d72b6e788e1c23670154e54e16a696613..babc2b25d1094cb3b962b1c3ffe0eb11ac04acf8 100755 --- a/CHANGES +++ b/CHANGES @@ -25,7 +25,7 @@ necessary for such releases. SWITCHwayf Changes and Version History: -1.16 Release date: +1.16 Release date: 19. January 2012 - Added an improved version of the drop down list to the WAYF Inspired by code from Takeshi Nishimura from NII (Japan) Uses modified ImprovedDropdown JQuery library by John Fuex @@ -34,7 +34,7 @@ SWITCHwayf Changes and Version History: Code contributed by Takeshi Nishimura from NII (Japan) - Added additional data protection feature that uses the referer to decide whether or not to preselect an Identity Provider in the - Embedded WAYF + Embedded WAYF. Code contributed by Takeshi Nishimura from NII (Japan) - If the Discovery Feed feature is activated only those IdPs are shown that are contained in the feed. Others will be hidden automatically. diff --git a/config.dist.php b/config.dist.php index 4f2700584797ccc8084dc3927f48227f8fe169fd..b49f70572f0340717d196b25578fe950bbaa8f52 100755 --- a/config.dist.php +++ b/config.dist.php @@ -39,6 +39,8 @@ $SAMLDomainCookieName = $cookieNamePrefix.'_saml_idp'; $SPCookieName = $cookieNamePrefix.'_saml_sp'; // If enabled cookies are set/transmitted only via https connections +// and the http only option is set to prevent javascripts from reading the +// cookies $cookieSecurity = false; // Number of days longterm cookies shall be valid