You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2022. It is now read-only.
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 ?
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 ?