Skip to content

Commit

Permalink
update .htaccess file from Prestashop
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Freoua-Alma committed Nov 30, 2023
1 parent 5ff35b2 commit 23e8c4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ repos:
hooks:
- id: check-branch-name
args:
- "-r^((chore|ci|dependabot|devx|docs|feature|fix|hotfix|hotfix-backport|infra|other|perf|refactor|security|test)\/.+|(snyk)-.+|main|HEAD)$$"
- "-r^((chore|ci|dependabot|devx|docs|feature|fix|hotfix|hotfix-backport|infra|other|perf|refactor|security|test)\/.+|(snyk)-.+|main|develop|HEAD)$$"
3 changes: 1 addition & 2 deletions alma/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# Apache 2.4
<IfModule mod_authz_core.c>
<Files *.php>
order allow,deny
deny from all
Require all denied
</Files>
</IfModule>

0 comments on commit 23e8c4b

Please sign in to comment.