Skip to content

Commit

Permalink
Fix gnome-shell policy, allow all "progress" messages from tor via regex
Browse files Browse the repository at this point in the history
  • Loading branch information
david415 committed Aug 18, 2016
1 parent 2dd8dc2 commit 91e59d0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions filters/gnome_shell.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
"client-allowed-prefixes" : [],
"client-replacements" : {},
"client-replacement-prefixes" : {},
"server-allowed" : ["250-status/bootstrap-phase=NOTICE BOOTSTRAP PROGRESS=100 TAG=done SUMMARY=\"Done\"",
"250 OK"],
"server-regexes" : ["250-status/bootstrap-phase=NOTICE BOOTSTRAP PROGRESS=.*"],
"server-allowed" : ["250 OK"],
"server-allowed-prefixes" : [],
"server-replacement-prefixes" : {}
}



250-status/bootstrap-phase=NOTICE BOOTSTRAP PROGRESS=85 TAG=handshake_or SUMMARY="Finishing handshake with first hop"

0 comments on commit 91e59d0

Please sign in to comment.