Skip to content

Commit

Permalink
Lint config options and leave out defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
janbrasna authored Oct 12, 2024
1 parent aa81ef5 commit 473670d
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions src/js/configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ module.exports = {
highlighter: 'nginx',
latestVersion: '1.4.67',
name: 'lighttpd',
tls13: '1.4.48'
tls13: '1.4.48',
},
mysql: {
highlighter: 'ini',
Expand All @@ -125,9 +125,8 @@ module.exports = {
highlighter: 'apache',
latestVersion: '12.2.1',
name: 'Oracle HTTP',
supportsHsts: true,
supportsOcspStapling: false, // TODO: fix this, but Oracle's documentation is terrible
tls13: noSupportedVersion,
supportsOcspStapling: false, // TODO: needs updating; docs only available to customers:/
tls13: noSupportedVersion, // TODO: needs updating; docs only available to customers:/
},
postfix: {
highlighter: 'nginx',
Expand All @@ -153,7 +152,6 @@ module.exports = {
name: 'ProFTPD',
showSupports: false,
supportsHsts: false,
supportsOcspStapling: true,
tls13: '1.3.7',
},
redis: {
Expand All @@ -164,7 +162,6 @@ module.exports = {
supportsHsts: false,
supportsOcspStapling: false,
tls13: '6.0',
usesOpenssl: true,
},
squid: {
highlighter: 'nginx', // TODO: find better
Expand All @@ -179,17 +176,14 @@ module.exports = {
highlighter: 'ini',
latestVersion: '5.71',
name: 'stunnel',
showSupports: false,
supportsHsts: false,
supportsOcspStapling: false,
tls13: '5.50',
usesOpenssl: true,
},
tomcat: {
tomcat: {
highlighter: 'xml',
latestVersion: '9.0.96',
name: 'Tomcat',
supportsHsts: true,
supportsOcspStapling: false,
tls13: '8.0.0',
usesOpenssl: false,
Expand All @@ -199,7 +193,6 @@ tomcat: {
highlighter: 'ini',
latestVersion: '2.1.2',
name: 'Traefik',
supportsHsts: true,
supportsOcspStapling: false, // https://github.com/containous/traefik/issues/212
tls13: '2.0.0',
usesOpenssl: false,
Expand Down

0 comments on commit 473670d

Please sign in to comment.