rguerreiro / device

Device type detection library based on the useragent string. Refactored from my express-device repo.
MIT License
79 stars 27 forks source link

CloudFront headers #29

Closed G07cha closed 6 years ago

G07cha commented 6 years ago

AWS CloudFront groups incoming user agents to these values:

CloudFront-Is-Desktop-Viewer
CloudFront-Is-Mobile-Viewer
CloudFront-Is-SmartTV-Viewer
CloudFront-Is-Tablet-Viewer

(source)

Maybe we can also add detection support for those in device library?

G07cha commented 6 years ago

Nvm, it's separate headers