cidrblock / drawthe.net

drawthe.net draws network diagrams dynamically from a text file describing the placement, layout and icons. Given a yaml file describing the hierarchy of the network and it's connections, a resulting diagram will be created.
http://go.drawthe.net
1.1k stars 128 forks source link

Insecure script reference causes ui-ace to fail to load when served via HTTPS #25

Open ReK42 opened 1 year ago

ReK42 commented 1 year ago
Mixed Content: The page at 'https://[REDACTED]/' was loaded over HTTPS, but requested an insecure script 'http://cdnjs.cloudflare.com/ajax/libs/ace/1.1.3/ace.js'. This request has been blocked; the content must be served over HTTPS.
angular.min.js:118 Error: ui-ace need ace to work... (o rly?)
    at ui-ace.min.js:7:155
    at Object.invoke (angular.min.js:41:456)
    at angular.min.js:53:3
    at q (angular.min.js:7:355)
    at Object.<anonymous> (angular.min.js:52:476)
    at Object.invoke (angular.min.js:41:456)
    at Object.$get (angular.min.js:39:142)
    at Object.invoke (angular.min.js:41:456)
    at angular.min.js:43:265
    at Object.d [as get] (angular.min.js:40:432)