This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 98
CloudFlare link in the default portal #21
Labels
enhancement
New feature or request
Comments
Thanks for using the library and your encouraging words. The NTP access to cloudflare.com was an enhancement from a request for a special use case. See Feature Request! Firmware and Data (SPIFFS) update OTA and NTP Timezone #5 You can disable it if it's not necessary to avoid above-mentioned issue by either
from
from
In future version, I'll add an option to let you define the option in sketch, instead of modifying the library directly, such as
or
Please test and let me know the results as well as your suggestions Regards, |
khoih-prog
added a commit
that referenced
this issue
Jul 30, 2020
### Releases 1.0.9 1. Fix ESP32 STAstaticIP bug. 2. Enable changing from DHCP <-> static IP using Config Portal. 3. Enable NTP configuration from sketch (USE_ESP_WIFIMANAGER_NTP, USE_CLOUDFLARE_NTP). See Issue #21: [CloudFlare link in the default portal](#21). 4. Add, enhance examples (fix MDNS for ESP32 examples, add DRD feature).
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The default portal hangs on a request to a Cloadflare link for a javascript library.
This effectively breaks the application on connected devices that do not have another link to the internet.
Is this as intended? After blocking a request to the Cloadflare cdn on the client the self service portal works.
(The link in question https://cdnjs.cloudflare.com/ajax/libs/jstimezonedetect/1.0.4/jstz.min.js)
Regards and thank you for the amazing work,
Tom
The text was updated successfully, but these errors were encountered: