chore: added comment

This commit is contained in:
Yury 2024-05-29 17:08:38 +03:00
parent f041370c62
commit b27b27f067

View File

@ -18,6 +18,8 @@ const App = () => {
useEffect(() => { useEffect(() => {
if (window.location.hostname === '0.0.0.0') { if (window.location.hostname === '0.0.0.0') {
// A change of the host is needed to make library available in windows object // A change of the host is needed to make library available in windows object
// the app can't encrypt files without the crypto library
// which is only available on https or localhost
window.location.hostname = 'localhost' window.location.hostname = 'localhost'
} }