Importing Google APIs in https
-
I am using this plugin on a secured hosting (https), and it was giving me an error about some content not being delivered securely.
I came to find out that the content that is not being delivered as https is the Google API for the admin stylesheet (apl-admin-ui-css-css).
I was able to fix this issue on my installation by changing line 363 in APLCore.php to https instead of http, but it would be nice if you can change it in the plugin files so that it won’t be lost when updated.
'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/themes/' . $APLOptions['jquery_ui_theme'] . '/jquery-ui.css',Thanks,
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Importing Google APIs in https’ is closed to new replies.