adding proper CSP header plug and setting ignore config for mix sobelow

This commit is contained in:
Adam Piontek 2021-04-06 18:40:08 -04:00
parent 10fbc6732b
commit c7ef111ebe
3 changed files with 35 additions and 0 deletions

12
.sobelow-conf Normal file
View file

@ -0,0 +1,12 @@
[
verbose: true,
private: false,
skip: false,
router: "",
exit: "low",
format: "txt",
out: "",
threshold: "low",
ignore: ["Config.CSP", "Config.HTTPS"],
ignore_files: [""]
]