aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-19 02:52:17 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-19 02:52:17 +0200
commit98760f650bcaafedead3f0b6e2b0c594ab857338 (patch)
tree7ec958d15ae0453e69c9edf0846d4560d6ba2887 /tests/cassettes/test_preferences.yaml
parentbc2cb5e892f65f39b51b64b70a5893b9232f436d (diff)
downloadmastodon.py-98760f650bcaafedead3f0b6e2b0c594ab857338.tar.gz
commit new tests, bump versions
Diffstat (limited to 'tests/cassettes/test_preferences.yaml')
-rw-r--r--tests/cassettes/test_preferences.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cassettes/test_preferences.yaml b/tests/cassettes/test_preferences.yaml
index 652f378..5456f9d 100644
--- a/tests/cassettes/test_preferences.yaml
+++ b/tests/cassettes/test_preferences.yaml
@@ -23,7 +23,7 @@ interactions:
23 Content-Security-Policy: 23 Content-Security-Policy:
24 - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src 24 - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src
25 ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000; 25 ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000;
26 style-src ''self'' http://localhost:3000 ''nonce-/ekKYrjh8yuzTVo/Tbm+aw==''; 26 style-src ''self'' http://localhost:3000 ''nonce-PcOan4DnAW/0upXVpQMeHA=='';
27 media-src ''self'' https: data: http://localhost:3000; frame-src ''self'' 27 media-src ''self'' https: data: http://localhost:3000; frame-src ''self''
28 https:; manifest-src ''self'' http://localhost:3000; connect-src ''self'' 28 https:; manifest-src ''self'' http://localhost:3000; connect-src ''self''
29 data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000 29 data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000
@@ -49,9 +49,9 @@ interactions:
49 X-Permitted-Cross-Domain-Policies: 49 X-Permitted-Cross-Domain-Policies:
50 - none 50 - none
51 X-Request-Id: 51 X-Request-Id:
52 - 96fde4eb-d36e-459b-9be1-aa87f6eacfbb 52 - 810bce8c-fd51-499e-8801-b17e25f05389
53 X-Runtime: 53 X-Runtime:
54 - '0.012666' 54 - '0.013266'
55 X-XSS-Protection: 55 X-XSS-Protection:
56 - 1; mode=block 56 - 1; mode=block
57 status: 57 status:
Powered by cgit v1.2.3 (git 2.41.0)