We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b45aca commit 388dd2aCopy full SHA for 388dd2a
docs/api/ssr.md
@@ -41,5 +41,8 @@ const js = ApolloSSR.exportStates(apolloProvider, options)
41
attachTo: 'window',
42
// Prefix for the keys of each apollo client state
43
exportNamespace: '',
44
+ // By default we use sanitize js library to prevent XSS
45
+ // pass true here will perform a standard JSON.stringify on the states
46
+ useUnsafeSerializer: false,
47
}
48
```
0 commit comments