mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1566] Way to disable pages from being served? #1338
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1338
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 usingsetMenuand to disable it off of the info page withsetInfoShowUpdatebut the page can still be opened by navigating directly to the/updatepage 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
@tablatronix commented on GitHub (Feb 23, 2023):
yeah #982
For now I think you can override them with an empty callback