adding proper CSP header plug and setting ignore config for mix sobelow
This commit is contained in:
parent
10fbc6732b
commit
c7ef111ebe
3 changed files with 35 additions and 0 deletions
12
.sobelow-conf
Normal file
12
.sobelow-conf
Normal 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: [""]
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue