Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Anti-censorship
Pluggable Transports
Snowflake
Commits
3516599b
Commit
3516599b
authored
Jan 18, 2017
by
Arlo Breault
Browse files
Fix lint complaints
parent
61a2702d
Changes
1
Hide whitespace changes
Inline
Side-by-side
proxy/snowflake.coffee
View file @
3516599b
...
...
@@ -12,7 +12,7 @@ DEFAULT_RELAY =
host
:
'192.81.135.242'
port
:
9902
COPY_PASTE_ENABLED
=
false
COOKIE_NAME
=
"snowflake-allow"
;
COOKIE_NAME
=
"snowflake-allow"
silenceNotifications
=
false
query
=
Query
.
parse
(
location
)
...
...
@@ -209,7 +209,7 @@ init = (isNode) ->
cookies
=
Parse
.
cookie
document
.
cookie
# Do nothing if snowflake has not been opted in.
if
cookies
[
COOKIE_NAME
]
!=
"1"
console
.
log
'Snowflake is n
ot activate. Please click the badge to change options.'
;
log
'N
ot activate. Please click the badge to change options.'
return
# Hook up to the debug UI if available.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment