Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Gravatar: Default image requests to the Gravatar service will result in a warning #2426

Open
henrywright opened this issue Feb 28, 2024 · 0 comments

Comments

@henrywright
Copy link

henrywright commented Feb 28, 2024

Gravatar is asking us to use urlencode() when requesting default images. For example

urlencode( 'https://example.com/images/avatar.jpg' )

Source: https://docs.gravatar.com/general/images/

urlencode() usage results in the following warning:

urlencode() should only be used when dealing with legacy applications rawurlencode() should now be used instead. See https://www.php.net/function.rawurlencode and http://www.faqs.org/rfcs/rfc3986.html

Related: #1234

@henrywright henrywright changed the title Gravatar: Image requests to the Gravatar service will result in a warning Gravatar: Default image requests to the Gravatar service will result in a warning Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant