We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
看源码是传入服务端渲染之后的字符串,在哪里可以得到这个字符串,目前我是手动在View的render函数中添加nonce
View
render
nonce
The text was updated successfully, but these errors were encountered:
beidou-view 没有声明依赖 egg-security,并且使用的render后直接把结果给response.body,所以现在应该是没办法支持 app.injectCsrf 与 app.injectNonce 的,这个功能点我们评估考虑一下
beidou-view
egg-security
app.injectCsrf
app.injectNonce
Sorry, something went wrong.
No branches or pull requests
Current behavior
看源码是传入服务端渲染之后的字符串,在哪里可以得到这个字符串,目前我是手动在
View
的render
函数中添加nonce
Expected behavior
The text was updated successfully, but these errors were encountered: