mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-06 19:29:24 +02:00
The public key pinning implementation is much less complex than the HSTS implementation, and only needs a small subset of the parameters of the latter. Furthermore, the information it relies on is static, and so is safe to access from content processes. This patch separates the two implementations, thus simplifying both of them and avoiding some unnecessary IPC calls in the process. Differential Revision: https://phabricator.services.mozilla.com/D117096 |
||
|---|---|---|
| .. | ||
| tests | ||
| ClearDataService.jsm | ||
| components.conf | ||
| moz.build | ||
| nsIClearDataService.idl | ||
| PrincipalsCollector.jsm | ||
| ServiceWorkerCleanUp.jsm | ||
| SiteDataTestUtils.jsm | ||