Files
Deploymentcenter/public/api/bugtracker/v1/manage/.htaccess
T

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>