Skip to content

Commit

Permalink
Merge branch 'fix-regression-set-default-seclevel-to-normal-again' in…
Browse files Browse the repository at this point in the history
…to next
  • Loading branch information
ArneBab committed Sep 4, 2023
2 parents 1b7bf56 + 207b21e commit 1846202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/freenet/clients/http/FirstTimeWizardNewToadlet.java
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ private Map<String, Object> toModel() {

private void save() {
if (knowSomeone.isEmpty()) {
// Opennet
core.node.securityLevels.setThreatLevel(SecurityLevels.NETWORK_THREAT_LEVEL.LOW);
// Opennet + Darknet (possible)
core.node.securityLevels.setThreatLevel(SecurityLevels.NETWORK_THREAT_LEVEL.NORMAL);
} else {
if (connectToStrangers.isEmpty()) {
// Darknet
Expand Down

0 comments on commit 1846202

Please sign in to comment.