Fix a bug in the header generation
[fwx] / src / test_fwx.py
index f437964..97a7f74 100644 (file)
@@ -49,6 +49,7 @@ class ResponseTests(unittest.TestCase):
             response.headers,
             (
                 ('Content-Type', 'text/plain'),
+                ('X-Content-Type-Options', 'nosniff'),
             ),
         )