Skip to content

Commit

Permalink
Update Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
bensteinberg committed Jan 11, 2021
1 parent 0013713 commit 9e000ac
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.74
image: perma3:0.75
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/87.0.4280.88 Safari/537.36"
CAPTURE_USER_AGENT = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 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 9e000ac

Please sign in to comment.