Skip to content

Commit 8a15571

Browse files
authoredFeb 5, 2025
Add certificate fields to boolFields
1 parent a6af5ec commit 8a15571

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎backend/models/dead_host.js

+4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ Model.knex(db);
1212

1313
const boolFields = [
1414
'is_deleted',
15+
'ssl_forced',
16+
'http2_support',
1517
'enabled',
18+
'hsts_enabled',
19+
'hsts_subdomains',
1620
];
1721

1822
class DeadHost extends Model {

0 commit comments

Comments
 (0)
Please sign in to comment.