lfiore / upld

PHP short URL image upload / image hosting script with user accounts feature
http://upld.uk
MIT License
47 stars 22 forks source link

Google fonts URL hardcoded insecure #13

Closed dxgldotorg closed 2 years ago

dxgldotorg commented 4 years ago

The fonts.googleapis.com reference in css/upload.css uses the http:// protocol - I have made my selfhosted version use //fonts.googleapis.com in order to prevent browser warnings.

lfiore commented 2 years ago

Fixed, thanks.