Skip to content

Commit 49d65cc

Browse files
author
drighetto
committed
Add content editing informations with VSCode materials
1 parent 69f960f commit 49d65cc

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
__pycache__
22
env
3-
.vscode
43
_site/

.vscode/extensions.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["davidanson.vscode-markdownlint", "ms-python.python"]
3+
}

README.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,22 @@ HTTP headers are well-known and also despised. Seeking a balance between usabili
1313

1414
We aim to publish reports on header usage stats, developments and changes, code libraries that make these headers easily accessible to developers on a range of platforms, and data sets concerning the general usage of these headers.
1515

16-
The OWASP Secure Headers Project is migrating to this new OWASP website. For now you can still access the old website here [https://wiki.owasp.org/index.php/OWASP_Secure_Headers_Project](https://wiki.owasp.org/index.php/OWASP_Secure_Headers_Project).
16+
🌐 The OWASP Secure Headers Project was migrated to a [new OWASP website](https://owasp.org/www-project-secure-headers/).
17+
18+
📁 You can still access the old website [here](https://wiki.owasp.org/index.php/OWASP_Secure_Headers_Project).
19+
20+
## Issue and discussions
21+
22+
Both are handled with this dedicated [project](https://github.com/oshp/oshp-tracking):
23+
24+
* [Issues](https://github.com/oshp/oshp-tracking/issues).
25+
* [Discussions](https://github.com/oshp/oshp-tracking/discussions).
26+
27+
## Content editor
28+
29+
Content editing is done with [Visual Studio Code](https://code.visualstudio.com/).
30+
31+
A [workspace file](project.code-workspace) is provided with [recommended extensions](.vscode/extensions.json).
1732

1833
## Contributors
1934

@@ -22,4 +37,4 @@ The OWASP Secure Headers Project is migrating to this new OWASP website. For now
2237

2338
## Licensing
2439

25-
OWASP Secure Headers is free to use. It is licensed under the Apache 2.0 License.
40+
OWASP Secure Headers Project is free to use. It is licensed under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).

project.code-workspace

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
],
7+
"settings": {}
8+
}

0 commit comments

Comments
 (0)