I current have an nginx server that is sending the Content-Security-Policy header, however I've read that apparently IE only supports "X-Content-Security-Policy".
Would it be a good idea to send both Content-Security-Policy and X-Content-Security-Policy headers with requests or will this create conflicts? Would it instead be a good idea to use a conditional statement to send the correct header for the correct browser-based on the user agent?