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.
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
No response
1.10.8
/static/rest_framework/css/bootstrap.min.css.map
/static/drf-yasg/swagger-ui-dist/swagger-ui.css.map 存在sourcemap文件泄露风险
对于vue,需修改配置关闭SourceMap,项目路径下更改src/config/index.js中的参数参照如下:productionSourceMap:false
对于react-cli,需修改配置关闭SourceMap,在配置 nodejs 运行时候的环境变量,将传入 GENERATE_SOURCEMAP 值为 false;或在项目路径下更改/webpack.config.js中的参数参照如下:const shouldUseSourceMap = false;
The text was updated successfully, but these errors were encountered:
项目本来就是开源的,源码都是开放的。
Sorry, something went wrong.
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
The project is originally open source, and the source code is open.
zyyfit
No branches or pull requests
Contact Information
No response
MaxKB Version
1.10.8
Problem Description
/static/rest_framework/css/bootstrap.min.css.map
/static/drf-yasg/swagger-ui-dist/swagger-ui.css.map
存在sourcemap文件泄露风险
对于vue,需修改配置关闭SourceMap,项目路径下更改src/config/index.js中的参数参照如下:productionSourceMap:false
对于react-cli,需修改配置关闭SourceMap,在配置 nodejs 运行时候的环境变量,将传入 GENERATE_SOURCEMAP 值为 false;或在项目路径下更改/webpack.config.js中的参数参照如下:const shouldUseSourceMap = false;
Steps to Reproduce
/static/rest_framework/css/bootstrap.min.css.map
/static/drf-yasg/swagger-ui-dist/swagger-ui.css.map
存在sourcemap文件泄露风险
对于vue,需修改配置关闭SourceMap,项目路径下更改src/config/index.js中的参数参照如下:productionSourceMap:false
对于react-cli,需修改配置关闭SourceMap,在配置 nodejs 运行时候的环境变量,将传入 GENERATE_SOURCEMAP 值为 false;或在项目路径下更改/webpack.config.js中的参数参照如下:const shouldUseSourceMap = false;
The expected correct result
No response
Related log output
Additional Information
No response
The text was updated successfully, but these errors were encountered: