Skip to content

Commit

Permalink
Fixing CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
vasani-arpit committed Aug 15, 2021
1 parent 5440d48 commit cc2edd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wbot",
"version": "0.19.2",
"version": "0.19.3",
"description": "A simple whatsapp reply bot using puppeteer.",
"main": "src/index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ this.DEFAULT_CHROMIUM_ARGS = [
"--disable-accelerated-mjpeg-decode",
"--disable-app-list-dismiss-on-blur",
"--disable-accelerated-video-decode",
"--disable-web-security",
"--num-raster-threads=1",
];
this.DEFAULT_DATA_DIR = path.join(process.cwd(), "chromium-data");
Expand Down

0 comments on commit cc2edd8

Please sign in to comment.