diff --git a/gnome-shell/firewall@subgraph.com/dialog.js b/gnome-shell/firewall@subgraph.com/dialog.js index f1fe7dd..f4d3b58 100644 --- a/gnome-shell/firewall@subgraph.com/dialog.js +++ b/gnome-shell/firewall@subgraph.com/dialog.js @@ -149,7 +149,10 @@ const OptionList = new Lang.Class({ this.actor.add_child(this.buttonGroup.actor); this.items = []; this._selected; - this.tlsGuard = true; + this.tlsGuard = false; + if (sandboxed) { + this.tlsGuard = true; + } }, setOptionText: function(idx, text) {