#4557 Add default restricted object-src to Content-Security-Policy
Merged 4 years ago by pingou. Opened 4 years ago by jlanda.
jlanda/pagure object-src  into  master

@@ -617,4 +617,5 @@ 

      "default-src 'self' https:; "

      "script-src 'self' '{nonce_script}'; "

      "style-src 'self' '{nonce_style}'; "

+     "object-src" 'none'"

  )

no initial comment

rebased onto 8daf040

4 years ago

Since this is not covered in our tests, I'm going to merge it as is, thanks! :)

Pull-Request has been merged by pingou

4 years ago