feat: integrate Bugtracker module, UpdateService enhancements & Token hierarchy
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# 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>
|
||||
Reference in New Issue
Block a user