bhanderson / pbnh

mix between pb and haste
MIT License
12 stars 8 forks source link

Disable lookup by ID #39

Closed tucked closed 2 years ago

tucked commented 2 years ago

As promised in #35, this disables fetching pastes by their ID (instead of by their hashid).

bhanderson commented 2 years ago

What advantage does this give us? Does it just make the db lookup faster?

tucked commented 2 years ago

It makes scraping the DB (by fetching 1, then 2, then 3...) much harder.

tucked commented 2 years ago

FWIW, we need this for next week 🙏 LMK if anything else is needed.