mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
DevTools - network - security (improvements)
https://github.com/MoonchildProductions/moebius/pull/113 https://github.com/MoonchildProductions/moebius/pull/118 https://github.com/MoonchildProductions/moebius/pull/127
This commit is contained in:
parent
f92a4b1c8a
commit
38e95f9e35
13 changed files with 258 additions and 15 deletions
|
|
@ -617,6 +617,37 @@ netmonitor.security.protocolVersion=Protocol version:
|
|||
# in the security tab describing the cipher suite used to secure this connection.
|
||||
netmonitor.security.cipherSuite=Cipher suite:
|
||||
|
||||
# LOCALIZATION NOTE (netmonitor.security.keaGroup): This is the label displayed
|
||||
# in the security tab describing the key exchange group suite used to secure
|
||||
# this connection.
|
||||
netmonitor.security.keaGroup=Key Exchange Group:
|
||||
|
||||
# LOCALIZATION NOTE (netmonitor.security.keaGroup.none): This is the label
|
||||
# displayed in the security tab describing the case when no group was used.
|
||||
netmonitor.security.keaGroup.none=none
|
||||
|
||||
# LOCALIZATION NOTE (netmonitor.security.keaGroup.custom): This is the label
|
||||
# displayed in the security tab describing the case when a custom group was used.
|
||||
netmonitor.security.keaGroup.custom=custom
|
||||
|
||||
# LOCALIZATION NOTE (netmonitor.security.keaGroup.unknown): This is the value
|
||||
# displayed in the security tab describing an unknown group.
|
||||
netmonitor.security.keaGroup.unknown=unknown group
|
||||
|
||||
# LOCALIZATION NOTE (netmonitor.security.signatureScheme): This is the label
|
||||
# displayed in the security tab describing the signature scheme used by for
|
||||
# the server certificate in this connection.
|
||||
netmonitor.security.signatureScheme=Signature Scheme:
|
||||
|
||||
# LOCALIZATION NOTE (netmonitor.security.signatureScheme.none): This is the
|
||||
# label displayed in the security tab describing the case when no signature
|
||||
# was used.
|
||||
netmonitor.security.signatureScheme.none=none
|
||||
|
||||
# LOCALIZATION NOTE (netmonitor.security.signatureScheme.unknown): This is the
|
||||
# value displayed in the security tab describing an unknown signature scheme.
|
||||
netmonitor.security.signatureScheme.unknown=unknown signature scheme
|
||||
|
||||
# LOCALIZATION NOTE (netmonitor.security.hsts): This is the label displayed
|
||||
# in the security tab describing the usage of HTTP Strict Transport Security.
|
||||
netmonitor.security.hsts=HTTP Strict Transport Security:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue