ruuvi / ruuvi.gateway_esp.c

Ruuvi Gateway ESP32 code
BSD 3-Clause "New" or "Revised" License
24 stars 15 forks source link

Prevent web browser from remembering API keys #1050

Closed TheSomeMan closed 4 months ago

TheSomeMan commented 4 months ago

Link

jheba commented 4 months ago

Hmm... I intentionally created the issue in the ruuvi.gwui.html repo since, as far as I am aware, the change will apply to that repo only. Should all issues, nevertheless which part of the gateway apply to, be reported here?

TheSomeMan commented 4 months ago

Hmm... I intentionally created the issue in the ruuvi.gwui.html repo since, as far as I am aware, the change will apply to that repo only. Should all issues, nevertheless which part of the gateway apply to, be reported here?

Since ruuvi.gwui.html is included in this repo, we need to create a commit for the updated ruuvi.gwui.html. It's okay if you create an issue in ruuvi.gwui.html or in this repo. Sometimes several issues are fixed in ruuvi.gwui.html before updating ruuvi.gwui.html in this repo.

TheSomeMan commented 4 months ago

@jheba you can install the build with this fix from here: https://jenkins.ruuvi.com/job/ruuvi_gateway_esp-PR/1337/artifact/build/

jheba commented 4 months ago

Works great! Thanks!