Guest User

Untitled

a guest
Mar 30th, 2020
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. #ORIGIN
  2. curl -I https://www.origin.domain.com/Themes/Emporium/Content/img/burger-menu.svg
  3. HTTP/1.1 200 OK
  4. Cache-Control: public,max-age=604800
  5. Content-Length: 210
  6. Content-Type: image/svg+xml
  7. Last-Modified: Tue, 17 Mar 2020 09:19:36 GMT
  8. Accept-Ranges: bytes
  9. ETag: "1d5fc3d2d4504d2"
  10. X-XSS-Protection: 1; mode=block
  11. X-Frame-Options: SAMEORIGIN
  12. X-Content-Type-Options: nosniff
  13. Strict-Transport-Security: max-age=31536000; includeSubDomains
  14. Content-Security-Policy: default-src 'self'; connect-src *; font-src *; frame-src *; img-src * data:; media-src *; object-src *; script-src * 'unsafe-inline' 'unsafe-eval'; style-src * 'unsafe-inline';
  15. Referrer-Policy: strict-origin
  16. Feature-Policy: accelerometer 'none'; camera 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; payment *; usb 'none'
  17. Date: Mon, 30 Mar 2020 08:29:38 GMT
  18.  
  19. #EDGE
  20. curl -I https://www.edge.domain.com/Themes/Emporium/Content/img/burger-menu.svg
  21. HTTP/2 200
  22. server: nginx
  23. date: Mon, 30 Mar 2020 08:29:39 GMT
  24. content-type: image/svg+xml
  25. cache-control: max-age=5184000
  26. accept-ranges: bytes
  27. x-xss-protection: 1; mode=block
  28. x-frame-options: SAMEORIGIN
  29. x-content-type-options: nosniff
  30. strict-transport-security: max-age=31536000; includeSubDomains
  31. content-security-policy: default-src 'self'; connect-src *; font-src *; frame-src *; img-src * data:; media-src *; object-src *; script-src * 'unsafe-inline' 'unsafe-eval'; style-src * 'unsafe-inline';
  32. referrer-policy: strict-origin
  33. feature-policy: accelerometer 'none'; camera 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; payment *; usb 'none'
  34. expires: Fri, 29 May 2020 08:29:39 GMT
  35. strict-transport-security: max-age=31536000; includeSubDomains
Add Comment
Please, Sign In to add comment