Merge branch 'develop' into feature/add-multi-factor-authentication

This commit is contained in:
Julian Gassner
2025-02-05 08:08:51 +01:00
committed by GitHub
34 changed files with 698 additions and 87 deletions

View File

@@ -17,6 +17,9 @@ const boolFields = [
'preserve_path',
'ssl_forced',
'block_exploits',
'hsts_enabled',
'hsts_subdomains',
'http2_support',
];
class RedirectionHost extends Model {