mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Use SSL when loading Gravatar icons. Fixes #1694
This commit is contained in:
parent
f2ed6fa4dd
commit
d848e9cefe
@ -433,7 +433,7 @@ def index():
|
||||
rating='g',
|
||||
default='retro',
|
||||
force_default=False,
|
||||
use_ssl=False,
|
||||
use_ssl=True,
|
||||
base_url=None
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user