| cert-errors.mjs |
Certificate error configurations (SEC_ERROR_* codes).
These errors relate to certificate validation issues.
|
12921 |
- |
| error-lookup.mjs |
Utilities for looking up error configurations and resolving dynamic content.
Some error configurations require runtime data (e.g., hostname, certificate
validity dates, connectivity status). This module provides resolver functions
that inject runtime context into static configurations.
|
5320 |
- |
| error-registry.mjs |
Central registry for network and certificate error page configurations.
This module provides a data-driven approach to error handling, replacing
scattered switch statements with a centralized configuration registry.
Each error code maps to a configuration object that defines its UI behavior,
localization strings, and user actions.
|
3195 |
- |
| net-errors.mjs |
Network error configurations.
These include NS_ERROR_* codes and URL parameter error codes.
|
26183 |
- |
| pkix-errors.mjs |
Mozilla PKIX error configurations (MOZILLA_PKIX_ERROR_* codes).
These errors relate to PKI validation issues.
|
5281 |
- |
| ssl-errors.mjs |
SSL/TLS error configurations (SSL_ERROR_* codes).
These errors relate to TLS handshake and protocol issues.
|
4910 |
- |