enabled TLSv1.3, replaced SSL profiles logic to OWASP

fixes #42, fixes #82
This commit is contained in:
Bálint Szekeres
2019-04-14 21:50:15 +02:00
parent 926bce92ee
commit 5c73002020
6 changed files with 59 additions and 37 deletions

View File

@@ -12,6 +12,18 @@ tooltip {
tip {
min-width: 150px;
padding: 4px 12px;
&.ssl {
min-width: 300px;
ul {
text-align: left;
padding: 4px 0 0 8px;
margin: 0;
white-space: nowrap;
font-size: 0.75rem;
}
}
}
tip-tip {