- Aug 27, 2019
-
-
Cecylia Bocovich authored
The broker /debug page was displaying proxy IDs and roundtrip times. As serna pointed out in bug #31460, the proxy IDs can be used to launch a denial of service attack. As the metrics team pointed out on #21315, the round trip time average can be potentially sensitive. This change displays only proxy counts and uses ID lengths to distinguish between standalone proxy-go instances and browser-based snowflake proxies.
-
- Aug 26, 2019
-
-
remove exclamation mark. ref https://grammar.yourdictionary.com/punctuation/when/when-to-use-exclamation-marks.html
-
Arlo Breault authored
This allows you to run `git submodule update --remote` to bump to the latest commit on that branch.
-
Arlo Breault authored
-
Arlo Breault authored
Note that getMessage in the badge depends on having a complete set of translations, unlike the webextension, which will fallback to the default for a string.
-
Arlo Breault authored
-
Arlo Breault authored
-
Arlo Breault authored
At the head of the snowflakeaddon-messages.json_completed branch
-
Cecylia Bocovich authored
Because the timeout makes the pair inactive, we should check for this state in onopen before connecting to the client. Updated tests to set the proxy pair to active before testing onopen. Also removed a redundant statement.
-
Cecylia Bocovich authored
This fixes a bug reported in #31385. There was an error with the proxy deadlock fix in #31100 where we close proxies regardless of connection status.
-
- Aug 24, 2019
-
-
David Fifield authored
This is an attempt to solve mixed-ownership permission issues. https://bugs.torproject.org/31496
-
David Fifield authored
-
David Fifield authored
-
David Fifield authored
-
David Fifield authored
Found these using https://validator.w3.org/.
-
David Fifield authored
The live example changed from "200px" to "240px" in 4e5a50f2.
-
David Fifield authored
-
- Aug 19, 2019
-
-
David Fifield authored
-
David Fifield authored
The former icon used fill="context-fill", which I believe doesn't work except in Mozilla's own extensions. So I changed that one to fill="black" and made a new one with fill="white".
-
David Fifield authored
Not so light against a white background. https://bugs.torproject.org/31170#comment:13
-
David Fifield authored
https://bugs.torproject.org/31170#comment:8 I chose these icons for the "on" and "off" icons: toolbar_icon_purple.svg → toolbar-on.svg toolbar_icon_grey.svg → toolbar-off.svg I then made toolbar-running.svg by copying toolbar-off.svg and changing the stroke and fill from #4A4A4F to #40E0D0.
-
David Fifield authored
In Firefox, this requires version 67 for support for prefers-color-scheme media queries. https://hacks.mozilla.org/2019/05/firefox-67-dark-mode-css-webrender/ To force Firefox into dark mode, set ui.systemUsesDarkTheme=1 (and optionally browser.in-content.dark-mode=true, to put pages such as about:addons into dark mode as well) in about:config. You can check if it's working at https://bugzilla.mozilla.org/, which has its own dark-mode styling. Note that this kind of dark mode is *independent* of the "Dark" theme that can be selected in about:addons. Chrome requires version 76 for prefers-color-scheme. You can force it by running with the --force-dark-mode command-line option.
-
David Fifield authored
This one was missing from the redesigned icons. I made it by making a copy of status-on.svg and changing the fill from #8000D7 to #40E0D0. I didn't make a separate dark-mode version of the icon.
-
David Fifield authored
https://bugs.torproject.org/31170#comment:3 Also revises the light-mode images.
-
- Aug 16, 2019
-
-
Cecylia Bocovich authored
This implements a handler at https://[snowflake-broker]/metrics for the snowflake collecTor module to fetch stats from the broker. Logged metrics are copied out to the response with a text/plain; charset=utf-8 content type. This implements bug #31376.
-
- Aug 15, 2019
-
-
Arlo Breault authored
Trac 30310
-
- Aug 12, 2019
-
-
Cecylia Bocovich authored
Raise the webextension poll period from 5 to 20 seconds (bug 31200).
-
- Aug 08, 2019
-
-
Cecylia Bocovich authored
This is similar to the deadlock bug in the proxy-go instances. If the proxy-pair sends an answer to the broker, it previously assumed that the datachannel would be opened and the pair reused only once the datachannel closed. However, sometimes the datachannel never opens due to ICE errors or a misbehaving/buggy client causing the proxy to infinitely loop and the proxy-pair to remain active. This commit reuses the pair.running attribute to indicate whether or not the datachannel has been opened and sets a timeout to close the proxy-pair if it has not been opened by that time.
-
Cecylia Bocovich authored
Make sure to set proxypair.active to false if createAnswer or setLocalDescription fails. This should prevent one edge case the results in an infinite loop described in ticket #31100.
- Aug 01, 2019
-
-
David Fifield authored
-
David Fifield authored
-
David Fifield authored
-
- Jul 31, 2019
-
-
Arlo Breault authored
It was removed in e60f2283 and aa27c055
-
Arlo Breault authored
There's a default alias for icons/ in apache, https://www.electrictoolbox.com/apache-icons-directory/
-
Arlo Breault authored
695554cb highlighted the race here.
-
Arlo Breault authored
-
- Jul 27, 2019
-
-
Trac 31222
-
-