mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 03:26:45 +00:00
* add security commitment * fix badge path * set token permissions see https://github.com/inventree/InvenTree/security/code-scanning/48 * add more chapters * break up flow text * spellchecking * Revert "set token permissions" This reverts commit 6deb33000f68ca207c0f40189a43ae2d379f0bac. * Add pattern for social media providers restrictive APIs
20 lines
392 B
JSON
20 lines
392 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "http://inventree.localhost"
|
|
},
|
|
{
|
|
"pattern": "http://localhost"
|
|
},
|
|
{
|
|
"pattern": "http://127.0.0.1"
|
|
},
|
|
{
|
|
"pattern": "https://twitter.com/inventreedb"
|
|
},
|
|
{
|
|
"pattern": "https://www.reddit.com/r/InvenTree/"
|
|
}
|
|
]
|
|
}
|