Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joshterrill committed Jul 21, 2022
1 parent 5e1c198 commit cad120a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ URL: https://reader.dangerous.dev
```bash
git clone https://github.com/joshterrill/paywall-reader
cd paywall-reader/
cp .env.example .env
npm i
npm start
```
Expand All @@ -32,4 +33,5 @@ Pull requests would gladly be accepted for adding support for more sites (as lon

### Todo
* Fix relative and absolute links in embedded html to point to domain they should be coming from
* Add dom sanitization for incoming HTML
* Add dom sanitization for incoming HTML
* Add checks for source and URL fields on requests to ensure the URL matches the URL in the `news-source-map.json` file
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"express": "^4.18.1",
"express-handlebars": "^6.0.6",
"marked": "^4.0.18",
"node-fetch": "^2.2.9"
"node-fetch": "2.6.7"
},
"devDependencies": {
"chai": "^4.3.6",
Expand Down

0 comments on commit cad120a

Please sign in to comment.