<div dir="ltr">Hello,<br><br>Happy New Year!<br><br>We'd like to share updates from the OONI team over the last 3 months. Below I share our October 2022 report, and I'll follow-up to share our November and December 2022 reports.<br><br><b># OONI Monthly Report: October 2022</b><br><br>Throughout October 2022, the OONI team worked on the following sprints:<br><br>* Sprint 75 (1st-9th October 2022)<br>* Sprint 76 (10th-23rd October 2022)<br>* Sprint 77 (24th-31st October 2022) <br><br>Our work can be tracked through the various OONI GitHub repositories: <a href="https://github.com/ooni">https://github.com/ooni</a><br><br>Highlights are shared in this report below.<br><br><b>## New OONI Team member</b><br><br>In October 2022, Kathrin Elmenhorst joined the OONI team! Kathrin will work on improving the data quality of OONI measurements and adding support to OONI Probe for new experiments.<br><br><b>## Launch of Advocacy Assembly OONI training course</b><br><br>On 30th September 2022, Small Media’s Advocacy Assembly launched our online OONI training course (<a href="https://advocacyassembly.org/en/courses/63/#/chapter/1/lesson/1">https://advocacyassembly.org/en/courses/63/#/chapter/1/lesson/1</a>). <br><br>Following the launch, we published a blog post to share the course with our community: <a href="https://ooni.org/post/2022-ooni-training-course-advocacy-assembly/">https://ooni.org/post/2022-ooni-training-course-advocacy-assembly/</a> <br><br>This 90-minute free, online training course provides a deep-dive into measuring internet censorship with OONI Probe, and using OONI Explorer to access and interpret real-time OONI data collected from around the world. Designed for human rights defenders, activists, journalists, and researchers, the course includes a mix of videos, screencasts, slides, quizzes and hands-on exercises. It also features case study videos from OONI community members, and the course is available in English, Arabic, Spanish, and Farsi.<br><br><b>## OONI Probe Desktop</b><br><br>In October 2022, we released OONI Probe Desktop 3.8.1 (<a href="https://github.com/ooni/probe-desktop/releases/tag/v3.8.1">https://github.com/ooni/probe-desktop/releases/tag/v3.8.1</a>) which was supported by OONI Probe CLI 3.16.4, and which fixed an issue affecting the OONI Probe Signal test. Specifically, Signal changed their root CA, resulting in our Signal test leading to false positives globally. We documented this issue and the fix we implemented in the following ticket: <a href="https://github.com/ooni/probe/issues/2344">https://github.com/ooni/probe/issues/2344</a> <br><br><b>## Farsi translation of OONI Probe Mobile and Desktop User Guides</b><br><br>Thanks to our community’s localization efforts, we published a Farsi translation of:<br>* OONI Probe Mobile User Guide: <a href="https://ooni.org/fa/support/ooni-probe-mobile">https://ooni.org/fa/support/ooni-probe-mobile</a> <br>* OONI Probe Desktop User Guide: <a href="https://ooni.org/fa/support/ooni-probe-desktop">https://ooni.org/fa/support/ooni-probe-desktop</a> <br><br><b>## OONI Run</b><br><br>As part of our work to release an improved version of OONI Run (“OONI Run v2”), we have written a specification describing the new functionality. In October 2022, we updated the specification to include more details about the descriptor format (<a href="https://github.com/ooni/spec/pull/249#issuecomment-1286974194">https://github.com/ooni/spec/pull/249#issuecomment-1286974194</a>). <br><br><b>## Expanding censorship measurement methodologies</b><br><br>We started moving traffic generated by OONI Probe to a remote host at the TCP/IP level to flexibly implement integration testing in a censored environment. The overall idea has been documented in the following ticket: <a href="https://github.com/ooni/probe/issues/2340">https://github.com/ooni/probe/issues/2340</a>  <br><br>The main pull request (<a href="https://github.com/ooni/probe-cli/pull/969">https://github.com/ooni/probe-cli/pull/969</a>) includes a fully working prototype. We also merged pull requests that re-introduce the TProxy functionality (<a href="https://github.com/ooni/probe-cli/pull/975">https://github.com/ooni/probe-cli/pull/975</a>) and other functionalities (<a href="https://github.com/ooni/probe-cli/pull/976">https://github.com/ooni/probe-cli/pull/976</a>). <br><br><b>## OONI Explorer</b><br><br>In October 2022, we continued working on OONI Explorer localization efforts, which involved moving hardcoded text to translation files and uploading them to Transifex in order for translators to fill in missing strings (<a href="https://github.com/ooni/explorer/pull/805">https://github.com/ooni/explorer/pull/805</a>). We also fixed the text alignment for languages that require RTL support (<a href="https://github.com/ooni/ooni.org/issues/1264">https://github.com/ooni/ooni.org/issues/1264</a>, <a href="https://github.com/ooni/ooni.org/pull/1269">https://github.com/ooni/ooni.org/pull/1269</a>). <br><br>We continued working on OONI Explorer user accounts and on the user feedback reporting mechanism, which will enable users to login and contribute feedback about each measurement (<a href="https://github.com/ooni/explorer/pull/790">https://github.com/ooni/explorer/pull/790</a>).<br><br>We also worked on the following OONI Explorer improvements:<br>* Build process optimisations that result in smaller Docker image (<a href="https://github.com/ooni/explorer/pull/807">https://github.com/ooni/explorer/pull/807</a>); <br>* Replaced Babel with SWC for faster code transpilation (<a href="https://github.com/ooni/explorer/pull/804">https://github.com/ooni/explorer/pull/804</a>); <br>* Refactored the MAT filters to virtualize rows which improves the performance and memory usage when we’re showing a big list of rows (<a href="https://github.com/ooni/explorer/pull/809">https://github.com/ooni/explorer/pull/809</a>); <br>* Removed unused environment variables to reduce ambiguity (<a href="https://github.com/ooni/explorer/pull/807">https://github.com/ooni/explorer/pull/807</a>); <br>* Refactored the OONI Explorer Search page to move the API request from server side to client and improve rendering speed (<a href="https://github.com/ooni/explorer/pull/799">https://github.com/ooni/explorer/pull/799</a>). <br><br>Moreover, we contracted a designer to help us improve the user interface of OONI Explorer pages over the next months. <br><br><b>## OONI Test Lists Editor</b><br><br>Due to the API changes on the backend, code was refactored to only use one endpoint instead of three to retrieve data. These changes contribute to simpler code and improved performance of the Test Lists Editor: <a href="https://github.com/ooni/test-lists-ui/pull/67/">https://github.com/ooni/test-lists-ui/pull/67/</a><br><br><b>## OONI backend</b><br><br>In October 2022, we worked on the following backend activities:<br><br>* Made backend adjustments to annotate OONI Probe Signal measurements as “failed” as a temporary solution to an issue (<a href="https://github.com/ooni/pipeline/pull/400">https://github.com/ooni/pipeline/pull/400</a>), and updated the measurements in the database; <br>* Looking into legacy-probe entry points and worked towards disabling the onion service;<br>* Disabled the MySQL and PostgreSQL interfaces (<a href="https://github.com/ClickHouse/ClickHouse/issues/40994">https://github.com/ClickHouse/ClickHouse/issues/40994</a>); <br>* Test list API: Added measurement summary statistics in the test list UI/API to enable review (<a href="https://github.com/ooni/api/pull/309">https://github.com/ooni/api/pull/309</a>) and added statistics from measurement feedback;<br>* Backend changes to handle unsupported countries in test lists (<a href="https://github.com/ooni/api/pull/310">https://github.com/ooni/api/pull/310</a>); <br>* Wrote an internal design document to look into moving away from orchestrate for login/registration and documented the next steps;<br>* Added a probe login metric and implemented other fixes (<a href="https://github.com/ooni/api/pull/311">https://github.com/ooni/api/pull/311</a>); <br>* Fixed the API aggregation time range (<a href="https://github.com/ooni/api/pull/309">https://github.com/ooni/api/pull/309</a>).<br><br><b># Advancing OONI data analysis</b><br><br>We made progress on our new data analysis tool (<a href="https://github.com/ooni/data">https://github.com/ooni/data</a>), through which we aim to automate the detection and characterization of more forms of internet censorship. Specifically, we added support for generating blocking events based on OONI Probe Signal measurements (<a href="https://github.com/ooni/data/pull/10">https://github.com/ooni/data/pull/10</a>), we introduced a shared data directory for storing assets needed for performing analysis tasks (eg. GeoIP databases and blockpage fingerprints) (<a href="https://github.com/ooni/data/pull/8">https://github.com/ooni/data/pull/8</a>), and we improved testing and the CLI (<a href="https://github.com/ooni/data/pull/9">https://github.com/ooni/data/pull/9</a>). <br><br><b>## Published new OONI Code of Conduct</b><br><br>In October 2022, we published a new version of the OONI Code of Conduct (CoC): <a href="https://ooni.org/get-involved/code-of-conduct/">https://ooni.org/get-involved/code-of-conduct/</a> <br><br>To help ensure a safe and inclusive environment for the global OONI community, we created a new Incident Response Committee with the goal of improving OONI’s Code of Conduct (CoC) and addressing any CoC violations when they occur. In collaboration with the Committee and based on community feedback collected from several meetings, we re-wrote and published a new version of OONI’s Code of Conduct (CoC).<br><br><b>## Published a survey to collect community feedback on OONI’s strategic priorities</b><br><br>Leading up to OONI’s 10th Anniversary (5th December 2022), we wanted to collect community feedback to help inform the development of our strategic priorities for the future.<br><br>As the OONI community has always been at the heart of our work, we consider it essential that community needs continue to inform OONI’s future goals and priorities. We therefore circulated a survey to collect community feedback that can help shape OONI’s strategic priorities for the future. <br><br>On 20th October 2022, we published a blog post which links to the survey: <a href="https://ooni.org/post/2022-survey-ooni-strategic-priorities/">https://ooni.org/post/2022-survey-ooni-strategic-priorities/</a> <br><br>We thank all community members for their valuable feedback! <br><br><b>## Test list updates</b><br><br>In October 2022, we discussed with Netalitica how we can improve our policies for updating test lists, with the goal of improving the quality of measurements and simplifying the workflow of researchers. Specifically, we discussed cases that involve updating URLs to HTTPS, how to handle parked domains or domains that otherwise no longer exist, and about involving researchers in the process of determining which URLs to configure for automated prioritized testing. <br><br>We reviewed and merged multiple pull requests that involve updates to the Thai test list, contributed by our partner, Thai Netizen Network (<a href="https://ooni.org/partners/thai-netizen-network/">https://ooni.org/partners/thai-netizen-network/</a>). These pull requests are the following: <a href="https://github.com/citizenlab/test-lists/pull/1152">https://github.com/citizenlab/test-lists/pull/1152</a>, <a href="https://github.com/citizenlab/test-lists/pull/1169">https://github.com/citizenlab/test-lists/pull/1169</a>, <a href="https://github.com/citizenlab/test-lists/pull/1168">https://github.com/citizenlab/test-lists/pull/1168</a>, <a href="https://github.com/citizenlab/test-lists/pull/1167">https://github.com/citizenlab/test-lists/pull/1167</a>, <a href="https://github.com/citizenlab/test-lists/pull/1166">https://github.com/citizenlab/test-lists/pull/1166</a>, <a href="https://github.com/citizenlab/test-lists/pull/1165">https://github.com/citizenlab/test-lists/pull/1165</a>.<br>We also reviewed the pull requests contributed (via our Test Lists Editor) by community members for the test lists of France (<a href="https://github.com/citizenlab/test-lists/pull/1125">https://github.com/citizenlab/test-lists/pull/1125</a>), the Global test list (<a href="https://github.com/citizenlab/test-lists/pull/1162">https://github.com/citizenlab/test-lists/pull/1162</a>, <a href="https://github.com/citizenlab/test-lists/pull/1163">https://github.com/citizenlab/test-lists/pull/1163</a>), and several other test lists (<a href="https://github.com/citizenlab/test-lists/pull/1159">https://github.com/citizenlab/test-lists/pull/1159</a>).  <div><br><b>## OONI citations<br><br>### Freedom on the Net Report 2022</b><br><br>OONI data (and OONI research reports) are cited in the following Freedom on the Net 2022 (<a href="https://freedomhouse.org/report/freedom-net/2022/countering-authoritarian-overhaul-internet">https://freedomhouse.org/report/freedom-net/2022/countering-authoritarian-overhaul-internet</a>) country reports:<br><br>* Iran: <a href="https://freedomhouse.org/country/iran/freedom-net/2022">https://freedomhouse.org/country/iran/freedom-net/2022</a> <br>* Myanmar: <a href="https://freedomhouse.org/country/myanmar/freedom-net/2022">https://freedomhouse.org/country/myanmar/freedom-net/2022</a> <br>* Malaysia: <a href="https://freedomhouse.org/country/malaysia/freedom-net/2022">https://freedomhouse.org/country/malaysia/freedom-net/2022</a> <br>* Cuba: <a href="https://freedomhouse.org/country/cuba/freedom-net/2022">https://freedomhouse.org/country/cuba/freedom-net/2022</a> <br>* Azerbaijan: <a href="https://freedomhouse.org/country/azerbaijan/freedom-net/2022">https://freedomhouse.org/country/azerbaijan/freedom-net/2022</a> <br>* Colombia: <a href="https://freedomhouse.org/country/colombia/freedom-net/2022">https://freedomhouse.org/country/colombia/freedom-net/2022</a> <br>* Ethiopia: <a href="https://freedomhouse.org/country/ethiopia/freedom-net/2022">https://freedomhouse.org/country/ethiopia/freedom-net/2022</a> <br>* Italy: <a href="https://freedomhouse.org/country/italy/freedom-net/2022">https://freedomhouse.org/country/italy/freedom-net/2022</a> <br>* Jordan: <a href="https://freedomhouse.org/country/jordan/freedom-net/2022">https://freedomhouse.org/country/jordan/freedom-net/2022</a> <br>* Kenya: <a href="https://freedomhouse.org/country/kenya/freedom-net/2022">https://freedomhouse.org/country/kenya/freedom-net/2022</a> <br>* Saudi Arabia: <a href="https://freedomhouse.org/country/saudi-arabia/freedom-net/2022">https://freedomhouse.org/country/saudi-arabia/freedom-net/2022</a> <br>* Tunisia: <a href="https://freedomhouse.org/country/tunisia/freedom-net/2022">https://freedomhouse.org/country/tunisia/freedom-net/2022</a> <br>* UAE: <a href="https://freedomhouse.org/country/united-arab-emirates/freedom-net/2022">https://freedomhouse.org/country/united-arab-emirates/freedom-net/2022</a> <br>* Uzbekistan: <a href="https://freedomhouse.org/country/uzbekistan/freedom-net/2022">https://freedomhouse.org/country/uzbekistan/freedom-net/2022</a> <br>* Zambia: <a href="https://freedomhouse.org/country/zambia/freedom-net/2022">https://freedomhouse.org/country/zambia/freedom-net/2022</a> <br><br><b>### Ranking Digital Rights Research Lab</b><br><br>Ranking Digital Rights (RDR) launched a new Research Lab which discusses how researchers can make use of OONI tools and data (among other resources). <br><br>The RDR Research Lab is available here: <a href="https://rankingdigitalrights.org/research-lab/preparing-your-research/">https://rankingdigitalrights.org/research-lab/preparing-your-research/</a> <br><br><b>### Team CommUNITY’s publication</b><br><br>Team CommUNITY published a blog post (“Internet Freedom Tools, Resources & Actions to Support Iran’s Feminist Uprising”) which cites our research report on new blocks that emerged in Iran amid protests (<a href="https://ooni.org/post/2022-iran-blocks-social-media-mahsa-amini-protests/">https://ooni.org/post/2022-iran-blocks-social-media-mahsa-amini-protests/</a>). <br><br>Team CommUNITY’s blog post is available here: <a href="https://www.digitalrights.community/blog/tools-resources-actions-to-support-irans-feminist-uprising">https://www.digitalrights.community/blog/tools-resources-actions-to-support-irans-feminist-uprising</a> <br><br><b>## Community activities<br><br>### OTF Shutdown Getdown Event</b><br><br>Between 12th-14th October 2022, OONI’s Maria and Arturo traveled to Oxford to attend the OTF Shutdown Getdown event. This 3-day event brought internet measurement projects together to share skills and knowledge around measuring internet censorship and shutdowns. <br><br>As part of our participation at this event, we:<br>* Presented OONI as part of a lightning talk;<br>* Facilitated a workshop to collect community feedback on OONI’s Measurement Aggregation Toolkit (MAT);<br>* Facilitated a workshop to brainstorm on methods for measuring throttling;<br>* Co-facilitated a workshop with M-Lab which aimed to introduce participants to the various measurement datasets available for investigating different aspects of internet shutdowns. <br><br><b>### OONI Community Meeting</b><br><br>On 25th October 2022, we hosted the monthly OONI Community Meeting on our Slack channel (<a href="https://slack.ooni.org/">https://slack.ooni.org/</a>), during which we discussed the following topics: <br><br>1) Feature request: Adding support to the MAT for filtering measurements based on multiple domains<br><br>2) Upcoming 10th OONI Anniversary: Community survey and feedback for related activities<br><br>3) Test lists updates and re-thinking the test lists<br><br><b>### RIPE85</b><br><br>On 27th October 2022, OONI’s Arturo presented our research on measuring the blocking of encrypted DNS services (and how this experiment is now part of OONI Probe) at RIPE85: <a href="https://ripe85.ripe.net/">https://ripe85.ripe.net/</a> <br><br><b>## Userbase</b><br><br>In October 2022, 66,272,107 OONI Probe measurements were collected from 2,797 AS networks in 169 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/">https://explorer.ooni.org/</a><br><br>~ OONI team.<br></div></div>