<div dir="ltr">Hello,<br><br>Hope you're all doing well.<br><br>These days we're primarily supported by the DRL, which is why we do quarterly reporting. That said, we'd like to share monthly updates from the OONI team with the community, hence our May 2021 report shared below. I'll also follow-up to share our June 2021 report.<br><br><b># OONI Monthly Report: May 2021</b><br><br>Throughout May 2021, the OONI team worked on the following sprints:<br><br>* Sprint 38 - Umbrella octopus (1-9 May, 2021)<br>* Sprint 39 - Vaquita (10-23 May, 2021)<br>* Sprint 40 - Manatee (24-31 May, 2021)<br><br>Our work can be tracked through the various OONI GitHub repositories: <a href="https://github.com/ooni" target="_blank">https://github.com/ooni</a><br><br>Highlights are shared in this report below.<br><br><b>## Released OONI Probe Android 3.0.0 with automated testing, backend proxy support, and new experimental card</b><br><br>We released OONI Probe Android 3.0.0 which is a major release because it includes 3 exciting new features:<br><br>1) Automated regular testing: By enabling automated testing in the settings, OONI Probe Android will test websites automatically every hour!<br><br>2) New Experimental card: Users can now run our new STUN reachability test.<br><br>3) Backend proxy support: Users can enable Psiphon or use a custom proxy through the new OONI backend proxy settings.<br><br>Further information is provided below.<br><br><b>### Automated testing</b><br><br>Following the beta release in April 2021 (<a href="https://github.com/ooni/probe/issues/1451" target="_blank">https://github.com/ooni/probe/issues/1451</a>), we made a public release of OONI Probe Android 3.0.0 with support for automated testing: <a href="https://github.com/ooni/probe-android/releases/tag/v3.0.0" target="_blank">https://github.com/ooni/probe-android/releases/tag/v3.0.0</a>  <br><br>Instead of having to remember to manually run OONI Probe, users can now have OONI Probe test websites automatically every hour! All they have to do is enable the "Run tests automatically" option in the new "Automated testing" setting of the OONI Probe Android app.<br><br>Through these settings, users can choose whether they would prefer to have OONI Probe only run tests while they’re connected to WiFi and their phone is charging (to avoid consuming their data and battery). By enabling "automated testing", the OONI Probe Android app will test websites automatically (in the background) every hour, without requiring users to do anything.<br><br>We started off with only automated website testing, but we plan to add support for automatically running other tests as well in future releases (similarly to automated testing on OONI Probe Desktop: <a href="https://ooni.org/support/ooni-probe-desktop#automated-ooni-probe-testing" target="_blank">https://ooni.org/support/ooni-probe-desktop#automated-ooni-probe-testing</a>).<br><br>To avoid over-cluttering the "Test Results" section of the app with too many test results (from automated runs), they are only made available on the OONI API (<a href="https://api.ooni.io/" target="_blank">https://api.ooni.io/</a>) and OONI Explorer (<a href="https://explorer.ooni.org/" target="_blank">https://explorer.ooni.org/</a>), where they are openly published in near real-time. We strongly recommend enabling automated testing, as this will help ensure regular testing (which is crucial for detecting censorship events).<br><br><b>### New Experimental card</b><br><br>As censorship becomes more sophisticated, we need to ship new censorship detection tests faster. To this end, we added a new Experimental card in the OONI Probe Android app, where we plan to release our latest experiments.<br><br>This card is meant to provide us agility in adding and removing new experiments on an ongoing basis (particularly in response to emergent censorship events). With OONI Probe Android 3.0.0, users can run our new STUN reachability test: <a href="https://github.com/ooni/spec/blob/master/nettests/ts-025-stun-reachability.md" target="_blank">https://github.com/ooni/spec/blob/master/nettests/ts-025-stun-reachability.md</a><br><br>Our work on adding support for running experimental tests is documented through the following pull request and tickets: <a href="https://github.com/ooni/probe-android/pull/429" target="_blank">https://github.com/ooni/probe-android/pull/429</a>, <a href="https://github.com/ooni/probe/issues/1388" target="_blank">https://github.com/ooni/probe/issues/1388</a>, <a href="https://github.com/ooni/probe/issues/1185" target="_blank">https://github.com/ooni/probe/issues/1185</a>, <a href="https://github.com/ooni/probe/issues/1473" target="_blank">https://github.com/ooni/probe/issues/1473</a>.<br><br><b>### Backend proxy support</b><br><br>In some places, such as Iran, communication to the OONI backend services is being interfered with. We have therefore added support for configuring a circumvention proxy for speaking to OONI backend services.<br><br>OONI Probe Android 3.0.0 includes new backend proxy settings where users can:<br><br>* Enable Psiphon (<a href="https://psiphon.ca/" target="_blank">https://psiphon.ca/</a>)<br><br>* Use a custom proxy<br><br>This will help with circumventing any accidental or deliberate OONI Probe blocking.<br><br>Our work on this is documented through the following tickets: <a href="https://github.com/ooni/probe/issues/1469" target="_blank">https://github.com/ooni/probe/issues/1469</a>, <a href="https://github.com/ooni/probe/issues/1470" target="_blank">https://github.com/ooni/probe/issues/1470</a>, <a href="https://github.com/ooni/probe/issues/1477" target="_blank">https://github.com/ooni/probe/issues/1477</a>.<br><br><b>## Published a blog post on making OONI Probe Android more resilient</b><br><br>We published a blog post where we describe what we did to make OONI Probe Android more resilient to deliberate or accidental blocking: <a href="https://ooni.org/post/making-ooni-probe-android-more-resilient/" target="_blank">https://ooni.org/post/making-ooni-probe-android-more-resilient/</a><br><br>As part of this blog post, we explain why we decided to add backend proxy support to OONI Probe, how and why we changed our Android TLS fingerprint, and we document future improvements.<br><br><b>## Improvements to the code quality of OONI Probe Android</b><br><br>In collaboration with Bloco, we improved the way in which the OONI Probe Android app is being tested by adding UI and domain tests, as documented through the following pull requests: <a href="https://github.com/ooni/probe-android/pull/431" target="_blank">https://github.com/ooni/probe-android/pull/431</a> and <a href="https://github.com/ooni/probe-android/pull/437" target="_blank">https://github.com/ooni/probe-android/pull/437</a>.<br><br>We also refactored the app to make use of the dependency injection pattern: <a href="https://github.com/ooni/probe-android/pull/430" target="_blank">https://github.com/ooni/probe-android/pull/430</a><br><br><b>## Added RTL support to OONI Probe Desktop</b><br><br>We continued to work on adding support for Right-To-Left (RTL) languages (such as Arabic and Farsi) in OONI Probe Desktop. This allows us to integrate translations (provided by the Localization Lab community) in the OONI Probe desktop app. This work is documented through the following ticket: <a href="https://github.com/ooni/probe/issues/1087" target="_blank">https://github.com/ooni/probe/issues/1087</a><br><br><b>## Prototype of browser-based OONI Probe</b><br><br>Community members have been requesting a browser-based version of OONI Probe that they can run. To this end, we started fleshing out a browser-based OONI Probe which allows for testing the accessibility of websites by loading the favicon of the target websites. This work is documented through the following ticket: <a href="https://github.com/ooni/ooni.org/issues/854" target="_blank">https://github.com/ooni/ooni.org/issues/854</a><br><br><b>## OONI Probe for Raspberry Pis</b><br><br>We added support for creating builds for armv7 and started publishing them on our Debian repository. This allows Raspberry Pi users to install OONI Probe CLI on their Raspberry pi devices. This is documented through the following ticket: <a href="https://github.com/ooni/probe/issues/807" target="_blank">https://github.com/ooni/probe/issues/807</a><br><br><b>## OONI Probe Command Line Interface (CLI)</b><br><br>We added support to OONI Probe CLI for exposing the is_uploaded status inside of the result listing. This will allow us to expose an icon at the resulting listing level indicating that a measurement has not been uploaded and eventually support re-uploading them. This is documented through the following ticket: <a href="https://github.com/ooni/probe/issues/1457" target="_blank">https://github.com/ooni/probe/issues/1457</a><br><br><b>## Developing a new OONI Probe test for the Snowflake pluggable transport</b><br><br>We made progress on developing a new OONI Probe test for measuring the Snowflake pluggable transport. Specifically, we researched the feasibility of developing such a test and we started fleshing it out in probe-cli, as documented through the following tickets: <a href="https://github.com/ooni/probe-engine/issues/283" target="_blank">https://github.com/ooni/probe-engine/issues/283</a> and <a href="https://github.com/ooni/probe/issues/1565" target="_blank">https://github.com/ooni/probe/issues/1565</a>.<br><br><b>## Building a web platform for test list updates and URL prioritization</b><br><br>We made progress on building a web platform that will serve two purposes:<br><br>* Enabling community contributions to the Citizen Lab test lists (without a GitHub account);<br>* Enabling the OONI team to make adjustments to URL priorities for testing.<br><br>To avoid unsolicited traffic/activity, we will be issuing OONI accounts to community members so that they can login to this web platform. Once logged in, community members will be able to review the Citizen Lab test lists, add new URLs, propose the deletion or edit of existing URLs, and propose different category codes. All of this will be done through a web platform, without requiring community members to use GitHub. Once they have submitted their contributions through this web platform, pull requests will automatically be opened on the Citizen Lab test list GitHub repository (to ensure that test list contributions continue to go through the usual community review process on GitHub).<br><br>The same web platform will also be used by the OONI team to adjust the testing prioritization of URLs, based on our URL prioritization policy: <a href="https://ooni.org/post/ooni-smart-url-list-system/" target="_blank">https://ooni.org/post/ooni-smart-url-list-system/</a><br><br>In May 2021, we made progress on building the URL priority management interface, the login interface, and the URL submission interface. The URL prioritization management interface is an internal tool which allows members of the OONI team to adjust the priority of URLs or of Citizen Lab category codes for testing (<a href="https://github.com/ooni/url-prioritization" target="_blank">https://github.com/ooni/url-prioritization</a>).<br><br>Specifically, we added support to the backend and the frontend of the platform that will enable users to login. This login workflow functions by sending a one-time login token to the registered user’s email address. Once the token is presented to the backend, a cookie is registered in the user’s browser, allowing them to login to the URL submission and prioritization backend. Our work on this is documented through the following ticket: <a href="https://github.com/ooni/backend/issues/491" target="_blank">https://github.com/ooni/backend/issues/491</a><br><br><b>## OONI Measurement Aggregation Toolkit</b><br><br>We made progress on OONI’s new Measurement Aggregation Toolkit (<a href="https://explorer.ooni.org/experimental/mat" target="_blank">https://explorer.ooni.org/experimental/mat</a>) which allows us to display measurements in aggregate over any arbitrary axis (for example, measurements over time). In particular, we started adding support for creating multi-dimensional charts which allows us to display all measurements for all inputs over time.<br><br>Since the charts are very large, we needed to measure the performance of various approaches to plotting them and came up with a solution that allows us to achieve acceptable performance.<br><br><div>This performance boost was achieved through the use of a technique called windowing, where only the visible area of the chart is rendered in the browser at a given time. This work is documented through the following pull request: <a href="https://github.com/ooni/explorer/pull/579" target="_blank">https://github.com/ooni/explorer/pull/579</a><br><br><b>## OONI Explorer</b><br><br>We added support to OONI Explorer for displaying the reason for the anomaly (DNS, TCP/IP, HTTP-failure, HTTP-diff) in the search listing. This allows users to quickly look at the different types of anomalies that occur over time for a given search query (enabling the confirmation of censorship events and ruling out false positives). This work is tracked through the following GitHub issue: <a href="https://github.com/ooni/explorer/issues/438" target="_blank">https://github.com/ooni/explorer/issues/438</a>.<br><br>We also added support for filtering the WhatsApp IM test results by anomaly (<a href="https://github.com/ooni/explorer/pull/589" target="_blank">https://github.com/ooni/explorer/pull/589</a>), and we added support for running end-to-end tests of legacy YAML measurements inside of the continuous integration of OONI Explorer (<a href="https://github.com/ooni/explorer/pull/594" target="_blank">https://github.com/ooni/explorer/pull/594</a>).<br><br><b>## OONI backend</b><br><br>We added backend support for the scoring (i.e. marking them as anomalies or OK) of Signal experiment measurements: <a href="https://github.com/ooni/backend/issues/500" target="_blank">https://github.com/ooni/backend/issues/500</a><br><br>Due to the discontinuation of the Bintray service, we migrated all our internal Debian repositories away from the service and switched to using AWS S3 instead. This is documented through the following tickets: <a href="https://github.com/ooni/probe/issues/1440" target="_blank">https://github.com/ooni/probe/issues/1440</a> and <a href="https://github.com/ooni/backend/issues/504" target="_blank">https://github.com/ooni/backend/issues/504</a>.<br><br><b>## Academic research paper on internet censorship in Myanmar</b><br><br>In collaboration with CAIDA, Censored Planet, and other researchers, we worked on an academic research paper which investigates internet censorship in Myanmar following the February 2021 military coup.<br><br>As part of this paper, we analyzed relevant OONI measurements from Myanmar and documented the blocking of websites across AS networks in the country since the coup. In collaboration with Censored Planet, we discovered several cases of collateral damage (as a result of IP blocks), which we document in the paper. Researchers from CAIDA also document the nightly internet outages in Myanmar following the coup, providing detailed analysis and new findings.<br><br>We completed the writing of this paper by mid-May and submitted it to the FOCI academic journal (<a href="http://conferences.sigcomm.org/sigcomm/2021/workshop-foci.html" target="_blank">http://conferences.sigcomm.org/sigcomm/2021/workshop-foci.html</a>), where it has been approved for publication.<br><br><b>## Research report on internet censorship in Azerbaijan</b><br><br>In collaboration with Azerbaijan Internet Watch, we worked on writing a joint research report that examines internet censorship in Azerbaijan over the last year. The first step though was to analyze OONI measurements collected from Azerbaijan, and so we performed relevant year-long OONI data analysis (<a href="https://github.com/ooni/ooni.org/issues/851" target="_blank">https://github.com/ooni/ooni.org/issues/851</a> ). Based on this data analysis, we produced multiple charts (communicating key findings) and we wrote the technical findings.<br><br><b>## Improving OONI Run based on community feedback</b><br><br>Last year, we carried out an extensive OONI Run usability study (involving both a survey and interviews with community members) to collect community feedback on how to improve the OONI Run platform (<a href="https://run.ooni.io/" target="_blank">https://run.ooni.io/</a>). Based on this study, we published a detailed report which includes all of the feedback and findings from this study (<a href="https://ooni.org/post/2020-06-09-ooni-run-usability-study-findings/" target="_blank">https://ooni.org/post/2020-06-09-ooni-run-usability-study-findings/</a>).<br><br>In May 2021, we had several dedicated team meetings during which we went through all of the community feedback, opened relevant GitHub tickets, and documented the next steps (and a relevant roadmap) for improving the OONI Run platform based on community feedback. This has been quite a lengthy process because we have had to evaluate several interdependencies (with other platforms we’re currently building), as well as the feasibility of implementing many of the community feature requests. This is an ongoing process.<br><br><b>## Community outreach related to the discontinuation of legacy-probe</b><br><br>Throughout May 2021, we continued relevant community outreach efforts in relation to the upcoming discontinuation of the legacy version of ooniprobe, which relies on v2 onion services (which are being discontinued by October 2021). As legacy ooniprobe still accounts for a relatively large percentage of global OONI measurements, we have been trying to reach these users to encourage them to switch over to the OONI Probe Command Line Interface (<a href="https://ooni.org/install/cli" target="_blank">https://ooni.org/install/cli</a>).<br><br>To this end, we have been sharing relevant information (including how to switch to OONI Probe CLI) with multiple community mailing lists and on our social media channels. We have also been reaching out to our partners and other community members, in an effort to reach legacy probe users.<br><br><b>## Test list updates</b><br><br>In May 2021, we contributed the following updates to the Citizen Lab test lists:<br><br>* Israel: <a href="https://github.com/citizenlab/test-lists/pull/770" target="_blank">https://github.com/citizenlab/test-lists/pull/770</a> (we added Palestinian news media and human rights websites to check if they’re blocked in Israel)<br>* Colombia: <a href="https://github.com/citizenlab/test-lists/pull/775" target="_blank">https://github.com/citizenlab/test-lists/pull/775</a> (we added a site which OONI data indicated was blocked, but which was not already included in the test list)<br><br><b>## Collaboration with Netalitica on test list updates</b><br><br>Netalitica researchers continued to do excellent work in reviewing and updating more Citizen Lab test lists.<br><br>In May 2021, we opened a pull request based on Netalitica updates to the Malaysian test list (<a href="https://github.com/citizenlab/test-lists/pull/772" target="_blank">https://github.com/citizenlab/test-lists/pull/772</a>) and we reviewed their updates to the Indian test list, based on which we shared feedback for further possible improvements.<br><br>We also provided relevant data analysis support to Netalitica (<a href="https://github.com/ooni/ooni.org/issues/887" target="_blank">https://github.com/ooni/ooni.org/issues/887</a>), sharing statistical information on how many new censorship cases were discovered following their updates to the Citizen Lab test lists.<br><br><b>## Created resources for OPTIMA 2.0 training program</b><br><br>We previously (in late 2020) supported Internews’ OPTIMA Network Measurement Training program for advocates by creating relevant OONI resources and facilitating OONI training sessions. Information about this training program is available here: <a href="https://internews.org/resource/optima-network-measurement-training/" target="_blank">https://internews.org/resource/optima-network-measurement-training/</a>  <br><br>In support of Internews’ OPTIMA 2.0 program (the continuation of the training program), we created (in May 2021) a new video recording and a relevant OONI quiz for training participants. We also created a resource on network measurement tools for internet shutdown advocacy.<br><br><b>## Organizing the 2 online OONI Partner Training events</b><br><br>In preparation for the 2 online OONI Partner Training events, we continued to do relevant organizational work.<br><br>In May 2021, we sent out personal invitations to more than 100 prospect participants and we prepared a draft outline of the training sessions. To ensure that participant needs are met during the training events, we created (and shared) a pre-training survey (<a href="https://forms.gle/YU4TW62LrLKmCC7N9" target="_blank">https://forms.gle/YU4TW62LrLKmCC7N9</a>) to collect participant feedback. The feedback shared through this survey helped inform the creation of the final training agenda.<br><br><b>## Updated the OONI Partners page</b><br><br>On our website, we feature all of our partners and their important work through our Partners page: <a href="https://ooni.org/partners" target="_blank">https://ooni.org/partners</a><br><br>In May 2021, we updated this page to add 2 more of our partners (with whom we’ve been collaborating closely over the last few years):<br><br>* IODA: <a href="https://ooni.org/partners/ioda/" target="_blank">https://ooni.org/partners/ioda/</a><br>* OutRight Action International: <a href="https://ooni.org/partners/outright-action-international/" target="_blank">https://ooni.org/partners/outright-action-international/</a><br><br><b>## OONI Team Meeting Day: Strategic Planning</b><br><br>On 5th May 2021, we had an (online) OONI Team Meeting Day focused on strategic planning.<br><br>As part of this day-long meeting, our team had the following 4 sessions:<br><br>* Session 1: Time for Reflection<br>* Session 2: Communications Strategies<br>* Session 3: What do you want OONI to be?<br>* Session 4: Strategic fundraising<br><br>As part of these sessions (particularly sessions 2 and 4), we had the opportunity to share knowledge and skills (with the whole OONI team) gained through the Ford Foundation Communications and Financial Resilience training programs we had participated in over the last months.<br><br>These sessions offered our team an opportunity to take a step back and brainstorm on big-picture strategic decisions and goals moving forward. Over the years, we generally have such team meetings on an annual or bi-annual basis.<br><br>In preparation for this OONI Team Meeting Day, we prepared relevant slides, resources, and hands-on exercises to ensure that the discussions are as interactive and useful as possible. As an outcome, all of our team members gained new skills and knowledge in relation to communications and fundraising strategies, and based on our brainstorming discussions and exercises, we refined our upcoming milestones.<br><br><b>## Ford Foundation Financial Innovation & Resilience Training</b><br><br>As part of our participation in the Ford Foundation’s Financial Innovation and Resilience training program, we attended a relevant workshop on 12th May 2021, and a relevant webinar on 27th May 2021.<br><br>We were offered this great opportunity because we are a grantee of the Ford Foundation, who support OONI’s community-related work. The knowledge and skills gained through this training program have helped us rethink and improve OONI’s fundraising strategies.<br><br><b>## Community use of OONI data<br><br>### 2020 Annual Report on Digital Rights in Venezuela</b><br><br>On 16th May 2021, our Venezuelan partners, IPYS Venezuela (<a href="https://ooni.org/partners/ipys-venezuela/" target="_blank">https://ooni.org/partners/ipys-venezuela/</a>), published their 2020 Annual Report on Digital Rights in Venezuela. As part of this report, they made use of OONI data (<a href="https://twitter.com/VEinteligente/status/1412532307248877570" target="_blank">https://twitter.com/VEinteligente/status/1412532307248877570</a>).<br><br>Their report is available here: <a href="https://ipysvenezuela.org/2021/05/16/32196/" target="_blank">https://ipysvenezuela.org/2021/05/16/32196/</a>  <br><br><b>### Report on the blocking of websites in Egypt</b><br><br>On 24th May 2021, our Egyptian partners, Masaar - Technology and Law Community (<a href="https://ooni.org/partners/masaar/" target="_blank">https://ooni.org/partners/masaar/</a>), published a research report documenting the techniques and laws around the blocking of websites in Egypt. As part of this report, they made use of OONI data.<br><br>Their report is available here: <a href="https://masaar.net/en/blocking-websites-in-egypt-techniques-and-laws/" target="_blank">https://masaar.net/en/blocking-websites-in-egypt-techniques-and-laws/</a><br><br><b>## Community activities<br><br>### Stockholm Internet Forum 2021</b><br><br>On 12th May 2021, OONI’s Maria participated as a speaker on a panel discussion (“#KeepItOn: Governments weaponizing Internet shutdowns”) at the Stockholm Internet Forum 2021 (<a href="https://stockholminternetforum.se/" target="_blank">https://stockholminternetforum.se/</a>).<br><br>As part of her participation on the panel, Maria presented OONI’s work and discussed how OONI has supported the advocacy efforts of the #KeepItOn campaign (<a href="https://www.accessnow.org/keepiton/" target="_blank">https://www.accessnow.org/keepiton/</a>) in fighting internet shutdowns around the world.<br><br><b>### OONI workshops at TechUp event</b><br><br>On 15th May 2021, OONI’s Maria facilitated 2 online OONI workshops for civil society communities in India and in the Philippines during the TechUp event, organized by the IO Foundation (<a href="https://www.theiofoundation.org/techup/" target="_blank">https://www.theiofoundation.org/techup/</a>).  <br><br>As part of these 2 workshops, Maria presented OONI’s tools, methodologies, and dataset, and provided live demos explaining how participants can use OONI Explorer (<a href="https://explorer.ooni.org/" target="_blank">https://explorer.ooni.org/</a>) to track censorship events worldwide in real-time.<br><br>As part of outreach efforts, we created an OONI e-booth on TechUp’s Airmeet platform. This provided OONI resources and information for civil society communities in Asia.<br><br><b>### Localization Lab Summit 2021</b><br><br>On 21st and 28th May 2021, we attended the Localization Lab Summit 2021 (<a href="https://www.localizationlab.org/localization-summit-2021-sessions" target="_blank">https://www.localizationlab.org/localization-summit-2021-sessions</a>), during which we had the opportunity to meet with the Localization Lab community, learn about emerging digital rights threats around the world, and unmet community needs. We also had the opportunity to connect with funders and the developers of other internet freedom tools, and to learn more about localization needs and challenges.<br><br>Given that the translation and overall localization of the OONI Probe apps is supported by the Localization Lab community, this was a very important opportunity for us to learn more about community needs and challenges, which helps inform the development and improvement of our tools.<br><br><b>### OONI training facilitated by Cameroonian partners</b><br><br>In May 2021, our Cameroonian partner, COMPSUDEV (<a href="https://ooni.org/partners/compsudev/" target="_blank">https://ooni.org/partners/compsudev/</a>), collaborated with AfroLeadership (<a href="https://afroleadership.org/" target="_blank">https://afroleadership.org/</a>) on organizing and facilitating a 2-day training event (“Building Evidence for Internet Rights Advocacy”) for civil society groups in Cameroon.<br><br>As part of this training event, they facilitated OONI workshops with the goal of introducing participants to OONI’s tools, methodologies, and dataset. More specifically, they walked through the OONI Probe apps (explaining how participants can use them to measure internet censorship), demoed OONI Explorer (explaining how they can find and use OONI data as part of advocacy), and collected participant feedback. We are very grateful for these community-initiated OONI workshops!<br><br><b>### OONI feedback collected from civil society in Tanzania</b><br><br>In May 2021, Tanzania’s Zaina Foundation carried out a Feedback Collection project for several open source tools, including OONI. As part of this, they asked community members in Tanzania to share their feedback on OONI Probe and OONI Explorer.<br><br>Following this project, Zaina Foundation shared with us the feedback they collected from human rights defenders in Tanzania for the improvement of OONI Probe and OONI Explorer.<br><br><b>### OONI guide by Fundación Karisma</b><br><br>Starting on 26th May 2021, OONI measurements collected from Colombia started to show:<br><br>* Blocking of <a href="http://ghostbin.co/" target="_blank">ghostbin.co</a>: <a href="https://explorer.ooni.org/search?until=2021-06-02&since=2021-05-03&domain=ghostbin.co&probe_cc=CO&only=anomalies" target="_blank">https://explorer.ooni.org/search?until=2021-06-02&since=2021-05-03&domain=ghostbin.co&probe_cc=CO&only=anomalies</a><br>* Blocking of <a href="http://archive.org/" target="_blank">archive.org</a>: <a href="https://explorer.ooni.org/search?until=2021-06-02&since=2021-05-03&domain=archive.org&probe_cc=CO&only=anomalies" target="_blank">https://explorer.ooni.org/search?until=2021-06-02&since=2021-05-03&domain=archive.org&probe_cc=CO&only=anomalies</a><br><br>To encourage further testing, our Colombian partner, Fundación Karisma (<a href="https://ooni.org/partners/karisma-foundation/" target="_blank">https://ooni.org/partners/karisma-foundation/</a>), wrote and published a short OONI guide (in Spanish): <a href="https://web.karisma.org.co/micro-guia-para-el-uso-de-ooni/" target="_blank">https://web.karisma.org.co/micro-guia-para-el-uso-de-ooni/</a>. They also promoted their OONI guide (and OONI Probe testing) on their social media channels: <a href="https://twitter.com/Karisma/status/1398372339918721030" target="_blank">https://twitter.com/Karisma/status/1398372339918721030</a><br><br><b>### OONI Community Meeting</b><br><br>On 25th May 2021, we hosted the monthly OONI Community Meeting on our Slack channel (<a href="https://slack.ooni.org/" target="_blank">https://slack.ooni.org/</a>), during which we discussed the following topics:<br><br>1. Updates regarding the new web platform for suggesting updates/edits to the Citizen Lab test lists. How shall we deal with dead URLs that still remain blocked in a given country?<br><br>2. Pluggable transport implementation in any networking system, and the current state of obfs4 support in OONI Probe.<br><br><b>## Userbase</b><br><br>In May 2021, 10,261,241 OONI Probe measurements were collected from 5,132 AS networks in 191 countries around the world.<br><br>This information can also be found through our measurement stats on OONI Explorer (see chart on “monthly coverage worldwide”): <a href="https://explorer.ooni.org/" target="_blank">https://explorer.ooni.org/</a><br><br>~ OONI team.<div class="gmail-yj6qo"></div><div class="gmail-adL"></div><div class="gmail-adL"><br></div></div></div>