Set gravatar protocol explicitly

This commit is contained in:
Mattias Granlund 2023-07-02 17:29:01 +01:00
parent 2c590c5e9e
commit 9061563605

View File

@ -5,7 +5,7 @@
export let alt: string | undefined = undefined;
export let rating = 'g';
export let md55 = '';
export let protocol = '//';
export let protocol = 'https://';
export let email: string | undefined;
export let domain = 'en.gravatar.com';