10 lines
237 B
ApacheConf
10 lines
237 B
ApacheConf
# Bugtracker Protected Management API (.htaccess Security Layer)
|
|
# Allows authenticated API token requests or session-authenticated admin users
|
|
|
|
Satisfy Any
|
|
Allow from all
|
|
|
|
<IfModule mod_authz_core.c>
|
|
Require all granted
|
|
</IfModule>
|