Move header injection to open-graph worker
Remove og-injector middleware that ran on every request. Social crawlers are redirected to the open-graph worker via a cloudflare rule now.
๐ Workflow runs
๐ Branch on GitHub
Remove og-injector middleware that ran on every request. Social crawlers are redirected to the open-graph worker via a cloudflare rule now.
๐ Workflow runs
๐ Branch on GitHub
Add Bluesky
LGTM
I was initially concerned about a potential amplification attack vector where the history and commit routes result in 3 and 4 outgoing requests respectively, for each incoming request, but 3:1 request ratio is considered negligible.
Use replaceAll instead of regex
Bump cache TTLs to 2h
Update readme