@@ -16,7 +16,7 @@ This wiki page contains the final report for the "Tor Project: Cloudflare CAPTCH
### Findings
## What you would do differently if you did it all again?
Before starting to work on this project, I was using Tor Browser as is and I didn't have detailed technical knowledge on how the whole system works in detail. I only had a rough idea of Tor works and my knowledge about the Tor Browser & Tor software grew pretty organically as I ask questions on IRC, read the spec files, and code. As you have already guessed, I made a few bad decisions at the beginning of the project because of my initial limited knowledge on the inner workings of Tor.
Before starting to work on this project, I was using Tor Browser as is and I didn't have detailed technical knowledge on how the whole system works in detail. I only had a rough idea of Tor works and my knowledge about the Tor Browser & Tor software grew pretty much organically as I ask questions on IRC, read the spec files, and code. As you have already guessed, I made a few bad decisions at the beginning of the project because of my initial limited knowledge on the inner workings of Tor.
For example, initially, I decided to use relays' OR addresses to index them in the database and I thought all relays use their OR addresses as their exit addresses. Later, I learned that it is not a good idea to use OR addresses for indexing and I switched to using relay fingerprints. I needed to edit or remove some parts of the codebase to make this change.