index.rst (569B)
1 IP Protection 2 ============= 3 4 This document describes the implementation of the IP Protection feature in Firefox. 5 6 The code lives in `browser/components/ipprotection` and is composed of three major areas: 7 8 * A finite-state machine managed by the main component: `IPProtectionService`. 9 * The UI, controlled by `IPProtection` and `IPProtectionPanel`. 10 * The proxy/network controller: `IPPProxyManager` and helper classes. 11 12 See the following pages for details on components, preferences, and the state machine. 13 14 .. toctree:: 15 16 Components 17 Preferences 18 StateMachine