Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Mixed content warning #75

Closed
dobesv opened this issue Jun 3, 2015 · 1 comment
Closed

Mixed content warning #75

dobesv opened this issue Jun 3, 2015 · 1 comment

Comments

@dobesv
Copy link

dobesv commented Jun 3, 2015

Currently it seems like Auth0 calculates the WPA0_PLUGIN_URL too soon in the process, so the URL of the CSS files doesn't get https:// on a secure site.

Calculating this value on demand fixes the problem, e.g.:

    wp_enqueue_style( 'auth0-widget', trailingslashit(plugin_dir_url(__FILE__) ) . 'assets/css/main.css' );
@glena
Copy link
Contributor

glena commented Jun 10, 2015

Targeted for the next release (PR #78). Thanks

@glena glena closed this as completed Jun 10, 2015
glena added a commit that referenced this issue Jun 10, 2015
Fixed Mixed content warning #75 & added login action for issue #76 #77
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 19, 2022
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants