xyTom / Url-Shorten-Worker

A URL Shortener created using Cloudflare worker
https://lnks.eu.org
MIT License
1.55k stars 1.19k forks source link

You've leaked your Google API key publically. #45

Closed IDisposable closed 1 year ago

IDisposable commented 1 year ago

You need to not check in secrets like this, and you should rotate out that API key. https://github.com/xyTom/Url-Shorten-Worker/blob/9c3a8e9f1784e1db1a7402be3fec166a4df3a0e3/index.js#L95

xyTom commented 1 year ago

Thank you for your reminder.