souhaiel1 / AI-powered-surveillance-using-raspberry-pi

this projet aims to automate surveillance using the Raspberry Pi computer and its camera module . This project was inspired by other older works and it's a push towards the AI-powered surveillance as computer vision and IoT are strongly emerging. The main focuses of this project are efficiency and accuracy .
MIT License
20 stars 4 forks source link

Darkmode is not loading if behind pfsense router #1

Open corgan2222 opened 4 years ago

corgan2222 commented 4 years ago

the app loads, but with a white layout.

DevTools Error: GET https://cdn.jsdelivr.net/npm/darkmode-js@1.5.5/lib/darkmode-js.min.js net::ERR_CERT_AUTHORITY_INVALID (index):251 Uncaught ReferenceError: Darkmode is not defined at (index):251 (anonymous) @ (index):251

This happend, if the network traffic is watched by any firewall with spamhaus dln. The URL cdn.jsdelivr.net is marked as not save. In my case, i could allow the traffic, but maybe its a good idea to include the js file to your repo.

souhaiel1 commented 4 years ago

I will include it , thanks for the feedback !