Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.
This repository was archived by the owner on Nov 25, 2022. It is now read-only.

styles is tried to load via http nonetheless the site is https causing Mixed Content #9

@redaxhu

Description

@redaxhu

I have tested master 2.1.

in case the site is SSL, the styles is loaded via http
in Admin_Controller.php line 174 there is a hardcoded http in
$this->theme
->no_extension()
->add('css', admin_url('load/styles?load='.implode(',', $this->styles), 'http'), null, null, true);

this causes the implicite http loading of styles.
would you check this one please ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions