Skip to content

Commit cb86318

Browse files
rrooijtimss
authored andcommitted
statusline: add ssl by default (fixes #644) (#647)
Add the SSL icon by default to the statusline for security reasons. If `gui` is set to `none`, there is now a way to quickly check the certificate, which is important for users to prevent them from being harmed.
1 parent b9c1f0d commit cb86318

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

common/content/statusline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ const StatusLine = Module("statusline", {
420420
options: function () {
421421
options.add(["status"],
422422
"Define which information to show in the status bar",
423-
"stringlist", "input,location,bookmark,history,tabcount,position",
423+
"stringlist", "input,location,bookmark,history,ssl,tabcount,position",
424424
{
425425
setter: function setter(value) {
426426
statusline.sortFields(this.values);

common/locale/en-US/options.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@
732732
<tags>'status'</tags>
733733
<spec>'status'</spec>
734734
<type>stringlist</type>
735-
<default>input,location,bookmark,history,tabcount,position</default>
735+
<default>input,location,bookmark,history,ssl,tabcount,position</default>
736736
<description>
737737
<p>Determines which elements to show in the status bar.</p>
738738

common/locale/ja/options.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@
736736
<tags>'status'</tags>
737737
<spec>'status'</spec>
738738
<type>stringlist</type>
739-
<default>input,location,bookmark,history,tabcount,position</default>
739+
<default>input,location,bookmark,history,ssl,tabcount,position</default>
740740
<description>
741741
<p>ステータスラインに表示する要素を示します。</p>
742742

0 commit comments

Comments
 (0)