Replies: 1 comment 3 replies
-
Anything you return from the loader is going to be sent to the browser anyway, either as part of the rendered HTML or when doing a client-side navigation in the request body. Your loader shouldn't return anything that you don't want users to have access to. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
when I view the source code of website built with remix, I found loader data which from database has shown in
window.__remixContext
. why not hide these data which maybe sensitive.Beta Was this translation helpful? Give feedback.
All reactions