headers.js 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. export const commonHeaders = [
  2. "WWW-Authenticate",
  3. "Authorization",
  4. "Proxy-Authenticate",
  5. "Proxy-Authorization",
  6. "Age",
  7. "Cache-Control",
  8. "Clear-Site-Data",
  9. "Expires",
  10. "Pragma",
  11. "Warning",
  12. "Accept-CH",
  13. "Accept-CH-Lifetime",
  14. "Early-Data",
  15. "Content-DPR",
  16. "DPR",
  17. "Device-Memory",
  18. "Save-Data",
  19. "Viewport-Width",
  20. "Width",
  21. "Last-Modified",
  22. "ETag",
  23. "If-Match",
  24. "If-None-Match",
  25. "If-Modified-Since",
  26. "If-Unmodified-Since",
  27. "Vary",
  28. "Connection",
  29. "Keep-Alive",
  30. "Accept",
  31. "Accept-Charset",
  32. "Accept-Encoding",
  33. "Accept-Language",
  34. "Expect",
  35. "Max-Forwards",
  36. "Cookie",
  37. "Set-Cookie",
  38. "Cookie2",
  39. "Set-Cookie2",
  40. "Access-Control-Allow-Origin",
  41. "Access-Control-Allow-Credentials",
  42. "Access-Control-Allow-Headers",
  43. "Access-Control-Allow-Methods",
  44. "Access-Control-Expose-Headers",
  45. "Access-Control-Max-Age",
  46. "Access-Control-Request-Headers",
  47. "Access-Control-Request-Method",
  48. "Origin",
  49. "Service-Worker-Allowed",
  50. "Timing-Allow-Origin",
  51. "X-Permitted-Cross-Domain-Policies",
  52. "DNT",
  53. "Tk",
  54. "Content-Disposition",
  55. "Content-Length",
  56. "Content-Type",
  57. "Content-Encoding",
  58. "Content-Language",
  59. "Content-Location",
  60. "Forwarded",
  61. "X-Forwarded-For",
  62. "X-Forwarded-Host",
  63. "X-Forwarded-Proto",
  64. "Via",
  65. "Location",
  66. "From",
  67. "Host",
  68. "Referer",
  69. "Referrer-Policy",
  70. "User-Agent",
  71. "Allow",
  72. "Server",
  73. "Accept-Ranges",
  74. "Range",
  75. "If-Range",
  76. "Content-Range",
  77. "Cross-Origin-Opener-Policy",
  78. "Cross-Origin-Resource-Policy",
  79. "Content-Security-Policy",
  80. "Content-Security-Policy-Report-Only",
  81. "Expect-CT",
  82. "Feature-Policy",
  83. "Public-Key-Pins",
  84. "Public-Key-Pins-Report-Only",
  85. "Strict-Transport-Security",
  86. "Upgrade-Insecure-Requests",
  87. "X-Content-Type-Options",
  88. "X-Download-Options",
  89. "X-Frame-Options",
  90. "X-Powered-By",
  91. "X-XSS-Protection",
  92. "Last-Event-ID",
  93. "NEL",
  94. "Ping-From",
  95. "Ping-To",
  96. "Report-To",
  97. "Transfer-Encoding",
  98. "TE",
  99. "Trailer",
  100. "Sec-WebSocket-Key",
  101. "Sec-WebSocket-Extensions",
  102. "Sec-WebSocket-Accept",
  103. "Sec-WebSocket-Protocol",
  104. "Sec-WebSocket-Version",
  105. "Accept-Push-Policy",
  106. "Accept-Signature",
  107. "Alt-Svc",
  108. "Date",
  109. "Large-Allocation",
  110. "Link",
  111. "Push-Policy",
  112. "Retry-After",
  113. "Signature",
  114. "Signed-Headers",
  115. "Server-Timing",
  116. "SourceMap",
  117. "Upgrade",
  118. "X-DNS-Prefetch-Control",
  119. "X-Firefox-Spdy",
  120. "X-Pingback",
  121. "X-Requested-With",
  122. "X-Robots-Tag",
  123. "X-UA-Compatible",
  124. ]