Let's enable X-Content-Type-Options: nosniff. It is now enabled in Apple ports. https://webkit.org/blog/7614/release-notes-for-safari-technology-preview-30/
Created attachment 314831 [details] Patch
Comment on attachment 314831 [details] Patch I don't see any reason to not enable this by default, so let's do it. Thanks!
Committed r219255: <http://trac.webkit.org/changeset/219255>
Since this is now enabled on all ports, we should be able to remove the build flag, right? Any reason to keep it?
(In reply to Michael Catanzaro from comment #4) > Since this is now enabled on all ports, we should be able to remove the > build flag, right? Any reason to keep it? I agree that we should remove the build flag.
(In reply to Daniel Bates from comment #5) > (In reply to Michael Catanzaro from comment #4) > > Since this is now enabled on all ports, we should be able to remove the > > build flag, right? Any reason to keep it? > > I agree that we should remove the build flag. Good call! I've just opened and uploaded the patch :) https://bugs.webkit.org/show_bug.cgi?id=174289