Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Various things
Browse files Browse the repository at this point in the history
  • Loading branch information
Dotnaught committed Nov 23, 2019
1 parent 082fd38 commit 20fb1c8
Show file tree
Hide file tree
Showing 3 changed files with 2,452 additions and 678 deletions.
5 changes: 3 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"use strict";
const electron = require("electron");
const url = require("url");
const path = require("path");
Expand All @@ -6,9 +7,9 @@ const assert = require("assert");
const FeedParser = require("feedparser");
const request = require("request"); // for fetching the feed
const crypto = require("crypto");
const rootCas = require("ssl-root-cas/latest").create();
//const rootCas = require("ssl-root-cas/latest").create();

require("https").globalAgent.options.ca = rootCas;
//require("https").globalAgent.options.ca = rootCas;

const moment = require("moment");
moment().format();
Expand Down
Loading

0 comments on commit 20fb1c8

Please sign in to comment.