Add local settings for Bash permissions in Claude configuration

- Introduced a new JSON configuration file to define permissions for various Bash commands.
- Allowed specific commands such as netstat, findstr, ss, tasklist, and wmic for enhanced process management.
This commit is contained in:
2026-03-02 23:02:50 +01:00
parent 34b4d84dc2
commit 0e69247840
3 changed files with 261 additions and 1776 deletions

View File

@@ -179,6 +179,11 @@ FileETag none
#If rewrite mod isn't enabled
ErrorDocument 404 /index.php?controller=404
<IfModule mod_headers.c>
Header add Content-Security-Policy-Report-Only "default-src * 'unsafe-inline' 'unsafe-eval'; style-src 'unsafe-inline'; script-src 'none' 'report-sample'; connect-src 'none'; form-action 'none'; frame-src 'none'; worker-src 'none'; frame-ancestors 'none'; upgrade-insecure-requests; block-all-mixed-content; report-uri https://csp.threatview.app/report; report-to threatview"
Header add Reporting-Endpoints "threatview=\"https://csp.threatview.app/report\""
</IfModule>
# ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again
# .htaccess automaticaly generated by PrestaShop e-commerce open-source solution
# https://www.prestashop.com - https://www.prestashop.com/forums
@@ -325,4 +330,4 @@ FileETag none
#If rewrite mod isn't enabled
ErrorDocument 404 /index.php?controller=404
# ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again
# ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again