Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,8 @@ private boolean blacklistWifi() {

// Other
lc.contains("mobile") || // What I'd put into a mobile hotspot name
lc.contains("nsb_interakti") // ???
lc.contains("nsb_interakti") || // ???
lc.contains("NVRAM WARNING") // NVRAM WARNING Error pseudo-network

// lc.endsWith("_nomap") // Google unsubscibe option
;
Expand Down