Addon Ignores HTTP://

I currently have an issue listing RitaChan in my webring because the addon makes HTTPS requests and there is no certificate authority that serves OpenNIC domain names. Manually installing RitaChan's cert and attempting to add its HTTPS url also caused a crash a few times.

TypeError: config.blacklist.some is not a function
    at .../LynxChan/src/be/addons/webring/index.js:186:46
    at Array.filter (<anonymous>)
    at .../LynxChan/src/be/addons/webring/index.js:186:14
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at async Promise.all (index 7)
.../LynxChan/src/be/node_modules/mongodb/lib/utils.js:132
      throw err;
      ^

TypeError: Cannot read property 'map' of null
    at .../LynxChan/src/be/addons/webring/index.js:296:26
    at .../LynxChan/src/be/node_modules/mongodb/lib/utils.js:410:17
    at executeCallback (.../LynxChan/src/be/node_modules/mongodb/lib/utils.js:402:9)
    at handleCallback (.../LynxChan/src/be/node_modules/mongodb/lib/utils.js:128:55)
    at .../LynxChan/src/be/node_modules/mongodb/lib/operations/cursor_ops.js:224:62
    at handleCallback (.../LynxChan/src/be/node_modules/mongodb/lib/utils.js:128:55)
    at completeClose (.../LynxChan/src/be/node_modules/mongodb/lib/cursor.js:898:14)
    at .../LynxChan/src/be/node_modules/mongodb/lib/cursor.js:909:37
    at Cursor._endSession (.../LynxChan/src/be/node_modules/mongodb-core/lib/cursor.js:195:5)
    at Cursor._endSession (.../LynxChan/src/be/node_modules/mongodb/lib/cursor.js:231:59)
Server worker 1 crashed.
.../LynxChan/src/be/node_modules/mongodb/lib/utils.js:132
      throw err;
      ^

TypeError: Cannot read property 'map' of null
    at .../LynxChan/src/be/addons/webring/index.js:296:26
    at .../LynxChan/src/be/node_modules/mongodb/lib/utils.js:410:17
    at executeCallback (.../LynxChan/src/be/node_modules/mongodb/lib/utils.js:402:9)
    at handleCallback (.../LynxChan/src/be/node_modules/mongodb/lib/utils.js:128:55)
    at .../LynxChan/src/be/node_modules/mongodb/lib/operations/cursor_ops.js:224:62
    at handleCallback (.../LynxChan/src/be/node_modules/mongodb/lib/utils.js:128:55)
    at completeClose (.../LynxChan/src/be/node_modules/mongodb/lib/cursor.js:898:14)
    at .../LynxChan/src/be/node_modules/mongodb/lib/cursor.js:909:37
    at Cursor._endSession (.../LynxChan/src/be/node_modules/mongodb-core/lib/cursor.js:195:5)
    at Cursor._endSession (.../LynxChan/src/be/node_modules/mongodb/lib/cursor.js:231:59)
Server worker 2 crashed.
Edited by realfullname