Yannis ROSSETTO (rossettoy)2016-02-03 09:41Status changed from Under review to ClosedClose date set to 2016-02-03
Yannis ROSSETTO (rossettoy)2016-02-03 09:41 Gerrit patch abandonned. The issue wass due to _ in the URL (with our docker instance names).
Yannis ROSSETTO (rossettoy)2016-02-03 08:53 A patch is under review: gerrit #5046 Status changed from Verified to Under review
Nicolas Terray (nterray)2016-02-02 21:35 I suggest that you set the default scheme of HTMLPurifier accordingly to the current scheme. This is done in the config, something like that: $this->setConfigAttribute($config, 'URI', 'DefaultScheme', HTTPRequest::instance()->isSSL() ? 'https' : 'http');