我有一个使用struts2-dojo-plugin实现的日期时间选择器。我需要添加没有unsafe-inline和unsafe-eval指令的content-security-policy标头。如果我在请求中添加此标头,则日期时间选择器无法正常工作。
在开发者控制台中,它显示以下错误
http://localhost:8080/<root_context>struts/dojo/nls.js 404 Not Found
http://localhost:8080/<root_context>struts/dojo/__packahe__.js 404 Not Found
http://localhost:8080/<root_context>struts/dojo/nls.js 404 Not Found
http://localhost:8080/<root_context>struts/dojo/__package__.js 404 Not Found
该如何解决?