rosell-dk / webp-express

Wordpress plugin for serving autogenerated WebP images instead of jpeg/png to browsers that supports WebP
GNU General Public License v3.0
222 stars 63 forks source link

Add escape hatch for bypassing redirection: Placing a dummy ".do-not-convert" file next to the original #530

Closed rosell-dk closed 2 years ago

rosell-dk commented 2 years ago

Placing an empty file in the same folder as the jpeg/png which has same file name, but ".do-not-convert" appended should bypass redirection

rosell-dk commented 2 years ago

Already implemented, just forgot to add an issue for it and document it