# url-classifier-exceptions-ui **Repository Path**: mirrors_mozilla/url-classifier-exceptions-ui ## Basic Information - **Project Name**: url-classifier-exceptions-ui - **Description**: No description available - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-18 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # URL Classifier Exceptions UI UI displaying URL Classifier Exceptions stored in RemoteSettings. ## Development ### Getting Started 1. Clone the repository 2. Install dependencies: ```bash npm install ``` 3. Start the development server: ```bash npm run dev ``` ### Linting You can auto format code via: ```bash npm run lint[-fix] ``` ### Updating Exception List Entry Type The format for exception list entries is determined by Remote Settings. To generate the latest TypeScript type definitions based on the schema from Remote Settings you can use: ```bash npm run update-types ``` ### Building for Production To create a production build: ```bash npm run build ``` The built files will be in the `dist` directory.