From 6b75f0c4d03e00725f0e97a204b097e284eeccbd Mon Sep 17 00:00:00 2001 From: Georg-Notebook Date: Fri, 28 May 2021 18:40:03 +0200 Subject: [PATCH] =?UTF-8?q?CSRF=20konnte=20auf=202=20Varianten=20durchgef?= =?UTF-8?q?=C3=BChrt=20werden?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 5 +++++ .idea/express-4.x-local-example.iml | 12 ++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ 4 files changed, 31 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/express-4.x-local-example.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/express-4.x-local-example.iml b/.idea/express-4.x-local-example.iml new file mode 100644 index 0000000..0c8867d --- /dev/null +++ b/.idea/express-4.x-local-example.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..3229981 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file