webtech.json 747 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "apps": {
  3. "Wix": {
  4. "cookies": {
  5. "svSession": ""
  6. }
  7. },
  8. "Google QUIC": {
  9. "headers": {
  10. "Alt-Svc": "quic"
  11. }
  12. },
  13. "IIS": {
  14. "headers": {
  15. "Server": "^(?:Microsoft-)?IIS(?:/([\\d.]+))?\\;version:\\1"
  16. }
  17. },
  18. "BigIP - F5": {
  19. "headers": {
  20. "Server": "BigIP"
  21. }
  22. },
  23. "Outlook Web Access": {
  24. "headers": {
  25. "X-OWA-Version": "([\\d.]+)\\;version:\\1",
  26. "X-OWA-DiagnosticsInfo": "",
  27. "X-OWA-MinimumSupportedOWSVersion": "",
  28. "X-OWA-OWSVersion": ""
  29. },
  30. "script": [
  31. ".*/([\\d.]+)/scripts/microsoft.owa\\S*.js\\;version:\\1",
  32. ".*/([\\d.]+)/scripts/owa.mail.js\\;version:\\1"
  33. ]
  34. }
  35. }
  36. }