1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 15:40:26 +01:00

update security

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-04-17 21:03:13 +09:00
parent d4e1025acc
commit b244579005
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA

View file

@ -100,15 +100,6 @@ paths:
x-xss-protection:
$ref: "#/components/headers/x-xss-protection"
security:
- bearerAuth: []
- CsrfToken: []
- ActiveUser: []
- AuthType: []
- ClientLanguage: []
- CookieAuthToken: []
- CookieCt0: []
tags:
- "timeline"
- "login-required"
@ -196,14 +187,6 @@ paths:
x-xss-protection:
$ref: "#/components/headers/x-xss-protection"
security:
- bearerAuth: []
- CsrfToken: []
- ActiveUser: []
- AuthType: []
- ClientLanguage: []
- CookieAuthToken: []
- CookieCt0: []
tags:
- "timeline"
- "login-required"
@ -290,14 +273,6 @@ paths:
x-xss-protection:
$ref: "#/components/headers/x-xss-protection"
security:
- bearerAuth: []
- CsrfToken: []
- ActiveUser: []
- AuthType: []
- ClientLanguage: []
- CookieAuthToken: []
- CookieCt0: []
tags:
- "timeline"
- "login-required"
@ -407,14 +382,6 @@ paths:
x-xss-protection:
$ref: "#/components/headers/x-xss-protection"
security:
- bearerAuth: []
- CsrfToken: []
- ActiveUser: []
- AuthType: []
- ClientLanguage: []
- CookieAuthToken: []
- CookieCt0: []
tags:
- "user"
- "graphql"
@ -1113,3 +1080,12 @@ tags:
description: login flow
- name: report-flow
description: report flow
security:
- bearerAuth: []
- CsrfToken: []
- ActiveUser: []
- AuthType: []
- ClientLanguage: []
- CookieAuthToken: []
- CookieCt0: []