airbnb / hypernova

A service for server-side rendering your JavaScript views
MIT License
5.82k stars 211 forks source link

Encode decode base64 #152

Closed kpelelis closed 5 years ago

ljharb commented 5 years ago

Why a fork? Is there a change you'd like made here?

kpelelis commented 5 years ago

This was a PR by mistake. I will go through our problem anyway as this was a really specific problem. Our app is SEO dependent and they JSON payload serialised by hypernova contained some URLs which for some reason Googlebot followed. Our temporary solution was to base64 encode/decode the payload until we find a more robust implementation

kpelelis commented 5 years ago

Apologies for the inconvenience