[GH-ISSUE #1566] Way to disable pages from being served? #1338

Closed
opened 2026-02-28 01:29:39 +03:00 by kerem · 1 comment
Owner

Originally created by @BlaT2512 on GitHub (Feb 21, 2023).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1566

Basic Infos

Hardware

WiFimanager Branch/Release: Master

Esp8266/Esp32: ESP8266

Hardware: ESP-12e

Core Version: 2.4.0, staging

Description

I was wondering if there was a way to actually disable pages on the configuration portal such as the OTA update page /update. I know how to disable the update menu item using setMenu and to disable it off of the info page with setInfoShowUpdate but the page can still be opened by navigating directly to the /update page so is there a way to disable pages from being served at all?

Settings in IDE

Module: Wemos D1 / Bare ESP-12F module

Additional libraries: N/A

Sketch

N/A

Debug Messages

N/A

Originally created by @BlaT2512 on GitHub (Feb 21, 2023). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1566 ### Basic Infos #### Hardware WiFimanager Branch/Release: Master Esp8266/Esp32: ESP8266 Hardware: ESP-12e Core Version: 2.4.0, staging ### Description I was wondering if there was a way to actually disable pages on the configuration portal such as the OTA update page `/update`. I know how to disable the update menu item using `setMenu` and to disable it off of the info page with `setInfoShowUpdate` but the page can still be opened by navigating directly to the `/update` page so is there a way to disable pages from being served at all? ### Settings in IDE Module: Wemos D1 / Bare ESP-12F module Additional libraries: N/A ### Sketch N/A ### Debug Messages N/A
kerem closed this issue 2026-02-28 01:29:39 +03:00
Author
Owner

@tablatronix commented on GitHub (Feb 23, 2023):

yeah #982
For now I think you can override them with an empty callback

<!-- gh-comment-id:1441113243 --> @tablatronix commented on GitHub (Feb 23, 2023): yeah #982 For now I think you can override them with an empty callback
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#1338
No description provided.