前端预览加权限设置页面 相关sql修改
This commit is contained in:
22
ruoyi-ui/public/file-viewer/_headers
Normal file
22
ruoyi-ui/public/file-viewer/_headers
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
X-Content-Type-Options: nosniff
|
||||
Referrer-Policy: strict-origin-when-cross-origin
|
||||
|
||||
/*.html
|
||||
Cache-Control: public, max-age=0, must-revalidate
|
||||
|
||||
/assets/*
|
||||
Cache-Control: public, max-age=31536000, immutable
|
||||
|
||||
/vendor/*
|
||||
Cache-Control: public, max-age=31536000, immutable
|
||||
|
||||
/wasm/*
|
||||
Cache-Control: public, max-age=31536000, immutable
|
||||
X-Content-Type-Options: nosniff
|
||||
|
||||
/wasm/*.wasm
|
||||
Content-Type: application/wasm
|
||||
|
||||
/example/*
|
||||
Cache-Control: public, max-age=86400
|
||||
Reference in New Issue
Block a user