# browser_warning **Repository Path**: mirrors_nextcloud/browser_warning ## Basic Information - **Project Name**: browser_warning - **Description**: ⚠ Show a warning message on the login page - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-08 - **Last Updated**: 2026-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README :warning: Nextcloud 26 is shipping an outdated browser warning page. This app is therefore archived. # 🌍 Browser warning This app will show a warning on specific browser conditions on the log-in page :woman_mechanic: See inside `/src/rules.js` to see what rules exists and how you can add some. ![screenshot-01-16_18-29-04](https://user-images.githubusercontent.com/14975046/51266875-ab4ce480-19bc-11e9-83eb-d6cf0a05cadf.png) ## 🏗 Development setup 1. ☁ Clone this app into the `apps` folder of your Nextcloud: `git clone https://github.com/nextcloud/browser_warning.git` 2. 👩‍💻 In the folder of the app, run the command `npm ci && npm run dev` to install dependencies and build the Javascript. 3. ✅ Enable the app through the app management of your Nextcloud 4. 🎉 Partytime! Help fix [some issues](https://github.com/nextcloud/browser_warning/issues) and [review pull requests](https://github.com/nextcloud/browser_warning/pulls) 👍 ### 🧙 Advanced development stuff To build the Javascript whenever you make changes, you can also use `npm run build`. Or `npm run watch` to automatically rebuild on every file save.