FedericoHeichou / PizzaReader

A Manga and Comics reader written in Laravel
GNU General Public License v3.0
16 stars 6 forks source link

Fix image preview and wrongly url encode #47

Closed FedericoHeichou closed 1 year ago

FedericoHeichou commented 1 year ago

With some kind of cache the image preview (ie meta image tag) used by social network is not refreshed automatically in both comic and chapter pages.
Furthermore chapter automatic thumbnail seems not urlencoded (need to check).

Finally images containing characters like "#" and "?" with mod_rewrite needs to be double urlencoded (I think it is a bug).
I think it is better stripping those characters like we already do with "%".