Skip to content

Commit

Permalink
Merge pull request #2979 from omnivore-app/forte-labs-newsletter
Browse files Browse the repository at this point in the history
forte labs newsletter
  • Loading branch information
sywhb authored Oct 23, 2023
2 parents 59b84a6 + 313fd77 commit 001f1e1
Show file tree
Hide file tree
Showing 6 changed files with 2,323 additions and 329 deletions.
2 changes: 1 addition & 1 deletion packages/puppeteer-parse/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const DESKTOP_USER_AGENT = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_0) Apple
const BOT_DESKTOP_USER_AGENT = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4372.0 Safari/537.36'
const NON_BOT_DESKTOP_USER_AGENT = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4372.0 Safari/537.36'
const NON_BOT_HOSTS = ['bloomberg.com', 'forbes.com']
const NON_SCRIPT_HOSTS= ['medium.com', 'fastcompany.com'];
const NON_SCRIPT_HOSTS= ['medium.com', 'fastcompany.com', 'fortelabs.com'];

const ALLOWED_CONTENT_TYPES = ['text/html', 'application/octet-stream', 'text/plain', 'application/pdf'];

Expand Down
Loading

1 comment on commit 001f1e1

@vercel
Copy link

@vercel vercel bot commented on 001f1e1 Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.