HackerTrans
トップ新着トレンドコメント過去質問紹介求人

tisizi

no profile record

投稿

Ask HN: Why does Deno Deploy block /wp-content?

2 ポイント·投稿者 tisizi·28 日前·5 コメント

Ask HN: Why does Deno Deploy block /wp-content?

deno.com
4 ポイント·投稿者 tisizi·先月·1 コメント

コメント

tisizi
·28 日前·議論
That sounds somewhat plausible - maybe they can reduce CPU time wasted on scanners / crawlers this way.
tisizi
·28 日前·議論
I already did but as I have the free tier, I am still waiting for a reply as of today :-)
tisizi
·先月·議論
For a website, which I once migrated from WordPress to Deno Deploy, I have a simple redirect in place for any files below /wp-content/. Today I discovered that this redirect does not work anymore. After several hours of searching for a bug in my own code or configuration, I finally found the culprit: Deno Deploy itself is handling this URL differently!

Take a look at https://deno.com/wp-content - unsurprisingly it will yield a 404. However, https://deno.com/should-not-exist will yield a different 404. The same applies for https://usefresh.dev/wp-content and presumably for any other website hosted on Deno Deploy. Really strange...

Does anybody have an idea, why or when this bug might have been introduced?
tisizi
·昨年·議論
[dead]