Mastodon.py/tests/cassettes/test_domain_blocks.yaml

53 wiersze
1.2 KiB
YAML
Czysty Zwykły widok Historia

2017-11-30 00:29:20 +00:00
interactions:
- request:
body: null
headers:
Accept:
- '*/*'
Accept-Encoding:
- gzip, deflate
Authorization:
- Bearer __MASTODON_PY_TEST_ACCESS_TOKEN
Connection:
- keep-alive
User-Agent:
- tests/v311
2017-11-30 00:29:20 +00:00
method: GET
uri: http://localhost:3000/api/v1/domain_blocks
response:
body:
string: '[]'
2017-11-30 00:29:20 +00:00
headers:
Cache-Control:
2023-04-23 18:22:33 +00:00
- private, no-store
Content-Security-Policy:
2023-04-23 18:22:33 +00:00
- default-src 'none'; frame-ancestors 'none'; form-action 'none'
Content-Type:
- application/json; charset=utf-8
ETag:
- W/"4f53cda18c2baa0c0354bb5f9a3ecbe5"
Referrer-Policy:
- strict-origin-when-cross-origin
Transfer-Encoding:
- chunked
Vary:
- Accept, Origin
X-Content-Type-Options:
- nosniff
X-Download-Options:
- noopen
X-Frame-Options:
- SAMEORIGIN
X-Permitted-Cross-Domain-Policies:
- none
X-Request-Id:
- 48706494-fe4e-4113-a17c-8a4fd853ba09
X-Runtime:
- '0.015295'
X-XSS-Protection:
- 1; mode=block
status:
code: 200
message: OK
2017-11-30 00:29:20 +00:00
version: 1