You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to set up a URL whitelist for my Meteor app, as described at https://github.com/prerender/prerender-node . I added them using prerenderio.whitelisted(), in the server directory, eg.:
I tried to set up a URL whitelist for my Meteor app, as described at https://github.com/prerender/prerender-node . I added them using
prerenderio.whitelisted()
, in theserver
directory, eg.:However when I try using
curl
to download a non-whitelisted page with?_escaped_fragment_=
appended, I get the pre-rendered page.Have I made a mistake, or does the whitelist not work with Meteor? Thanks!
The text was updated successfully, but these errors were encountered: