Skip to content

Commit

Permalink
Revert "Added the option to support tracking without adding it for ev…
Browse files Browse the repository at this point in the history
…eryone."

This reverts commit 9fe69ee.
  • Loading branch information
JostCrow committed Jun 8, 2022
1 parent e630c5e commit a1964ea
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 207 deletions.
2 changes: 0 additions & 2 deletions src/open_inwoner/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@
"open_inwoner.openzaak",
"open_inwoner.questionnaire",
"open_inwoner.extended_sessions",
"open_inwoner.custom_csp",
]

MIDDLEWARE = [
Expand All @@ -175,7 +174,6 @@
"django.contrib.auth.middleware.AuthenticationMiddleware",
"csp.contrib.rate_limiting.RateLimitedCSPMiddleware",
"csp.middleware.CSPMiddleware",
"open_inwoner.custom_csp.middleware.UpdateCSPMiddleware",
"django.contrib.messages.middleware.MessageMiddleware",
"django.middleware.clickjacking.XFrameOptionsMiddleware",
"axes.middleware.AxesMiddleware",
Expand Down
Empty file.
22 changes: 0 additions & 22 deletions src/open_inwoner/custom_csp/admin.py

This file was deleted.

55 changes: 0 additions & 55 deletions src/open_inwoner/custom_csp/constants.py

This file was deleted.

67 changes: 0 additions & 67 deletions src/open_inwoner/custom_csp/middleware.py

This file was deleted.

25 changes: 0 additions & 25 deletions src/open_inwoner/custom_csp/migrations/0001_initial.py

This file was deleted.

Empty file.
36 changes: 0 additions & 36 deletions src/open_inwoner/custom_csp/models.py

This file was deleted.

0 comments on commit a1964ea

Please sign in to comment.