int128 / gpup

A command to upload photos and movies to Google Photos Library using the official Google Photos Library API
Apache License 2.0
221 stars 22 forks source link

Do not send Authorization header on fetch URLs #15

Closed int128 closed 6 years ago

int128 commented 6 years ago

11 sends an Authorization header on fetching URLs and it exposes a token to others. This fixes the security issue.