You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "File editor" (Configurator) add-on currently loads some CSS and JS files from https://cdnjs.cloudflare.com.
Given that most users install HA for privacy reasons, I believe this is a bug.
And it can be easily fixed!
It is simply a matter of downloading those few files from Cloudflare and loading them locally, as is already done for the other CSS and JS files of the "File editor".
As CSS and JS files are already loaded locally, I see no issues with this approach.
Furthermore, those CSS/JS files from Cloudflare are very small, so there is no problem related to the size of the "File editor".
I believe that any HA user would sacrifice a few KBs for greater privacy.
Which add-on are you reporting an issue with?
File editor
What is the version of the add-on?
5.8.0
Steps to reproduce the issue
Install the "File editor"
Open the "File editor"
Look at the requests made when loading it, or look at the page source
The same could be seen by looking at the source files, but I cannot locate them here.
The text was updated successfully, but these errors were encountered:
Please read through that issue to see, why it's not as easy as you think. I don't have the capacitiy to work on this project. But I would accept a pull request, where someone else contributes this feature. Since nobody has done this since 2019, I wouldn't hold my breath though.
As already mentioned in home-assistant/addons#3986 (comment)
Describe the issue you are experiencing
The "File editor" (Configurator) add-on currently loads some CSS and JS files from
https://cdnjs.cloudflare.com
.Given that most users install HA for privacy reasons, I believe this is a bug.
And it can be easily fixed!
It is simply a matter of downloading those few files from Cloudflare and loading them locally, as is already done for the other CSS and JS files of the "File editor".
As CSS and JS files are already loaded locally, I see no issues with this approach.
Furthermore, those CSS/JS files from Cloudflare are very small, so there is no problem related to the size of the "File editor".
I believe that any HA user would sacrifice a few KBs for greater privacy.
Which add-on are you reporting an issue with?
File editor
What is the version of the add-on?
5.8.0
Steps to reproduce the issue
The same could be seen by looking at the source files, but I cannot locate them here.
The text was updated successfully, but these errors were encountered: