mirror of
https://github.com/foomo/petze.git
synced 2026-05-30 07:10:06 +00:00
22 lines
540 B
YAML
22 lines
540 B
YAML
endpoint: https://bestbytes.com
|
|
interval: 1m
|
|
session:
|
|
- uri: "/"
|
|
comment: home page visit
|
|
check:
|
|
- statusCode: 200
|
|
- duration: 250ms
|
|
- contentType: "text/html; charset=utf-8"
|
|
- uri: "/dataprotection"
|
|
comment: redirect from old url
|
|
check:
|
|
- statusCode: 308
|
|
- redirect: "https://bestbytes.com/datenschutz"
|
|
- duration: 250ms
|
|
- uri: "/"
|
|
scheme: "http"
|
|
comment: http page visit
|
|
check:
|
|
- statusCode: 307
|
|
- redirect: "https://bestbytes.com/"
|
|
- duration: 250ms |