•  
      request #8834 Cross ref in HTML textarea and comments are not clickable
    Infos
    #8834
    Benjamin Dauton (bdauton_enalean)
    2016-02-03 09:41
    2016-02-02 16:32
    8946
    Details
    Cross ref in HTML textarea and comments are not clickable
    Empty
    Trackers
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Yannis ROSSETTO (rossettoy)
    Closed
    2016-02-03
    Attachments
    Empty
    References
    Referenced by request #8834

    Follow-ups

    User avatar

    Gerrit patch abandonned. The issue wass due to _ in the URL (with our docker instance names).

     

    User avatar

    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');