Add securitytxt
Why not?
This commit is contained in:
parent
d3ab591cd6
commit
d3bd26595b
3 changed files with 7 additions and 0 deletions
3
SECURITY.md
Normal file
3
SECURITY.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Security
|
||||||
|
|
||||||
|
See https://theorangeone.net/.well-known/security.txt.
|
|
@ -34,3 +34,4 @@ cp $BASEDIR/static/keybase.txt $OUTPUT_DIR/keybase.txt
|
||||||
|
|
||||||
mkdir -p $OUTPUT_DIR/.well-known/matrix
|
mkdir -p $OUTPUT_DIR/.well-known/matrix
|
||||||
cp $BASEDIR/static/matrix.json $OUTPUT_DIR/.well-known/matrix/server
|
cp $BASEDIR/static/matrix.json $OUTPUT_DIR/.well-known/matrix/server
|
||||||
|
cp $BASEDIR/static/security.txt $OUTPUT_DIR/.well-known/security.txt
|
||||||
|
|
3
static/security.txt
Normal file
3
static/security.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Contact: https://theorangeone.net/contact/#matrix
|
||||||
|
Canonical: https://theorangeone.net/.well-known/security.txt
|
||||||
|
Preferred-Languages: en
|
Loading…
Reference in a new issue