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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user