# Protect the lobby's data folder from direct web access (hosts.json).
RedirectMatch 403 ^/.*/data/.*$

# Make sure .appx downloads with the right type (some hosts mislabel it).
AddType application/octet-stream .appx
AddType application/octet-stream .msix
AddType application/appxbundle .appxbundle
