Skip to content

Commit

Permalink
Update Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
bensteinberg committed Oct 21, 2020
1 parent a9d6dca commit 042f0a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -30,7 +30,7 @@ services:
build:
context: .
dockerfile: ./perma_web/Dockerfile
image: perma3:0.68
image: perma3:0.69
tty: true
command: bash
# TO AUTOMATICALLY START PERMA:
Expand Down
2 changes: 1 addition & 1 deletion perma_web/perma/settings/deployments/settings_common.py
Expand Up @@ -611,7 +611,7 @@
CAPTURE_BROWSER = 'Chrome' # formerly 'PhantomJS'; some support for 'Firefox'
DISABLE_DEV_SHM = False
# Default user agent is adapted from the PhantomJS default
CAPTURE_USER_AGENT = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36"
CAPTURE_USER_AGENT = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36"
PERMA_USER_AGENT_SUFFIX = "(Perma.cc)"
PERMABOT_USER_AGENT_SUFFIX = "(Perma.cc bot)"
DOMAINS_REQUIRING_UNIQUE_USER_AGENT = []
Expand Down

0 comments on commit 042f0a1

Please sign in to comment.