= 'nosniff': self.text.insert( END, '\nX-Content-Type-Options not set properly:') except: self.text.insert(END, '\nX-Content-Type-Options not set') try: hsts = tt['Strict-Transport-Security'] except: self.text.insert( END, '\nHSTS header not set, MITM attacks may ...
My computer is a Surface based on Windows ARM architecture, and I also encountered the same problem. I have tried to delete `package-lock.json` and `node_modules`, and then re-executed the `npm install` command, but the result has not changed. The following are my relevant error reports...