File tree 2 files changed +0
-10
lines changed
2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -110,12 +110,6 @@ def SESSION_COOKIE_SAMESITE(self):
110
110
"/admin/" ,
111
111
)
112
112
113
- # Permissions Policy
114
- # https://github.com/adamchainz/django-permissions-policy
115
- PERMISSIONS_POLICY = {
116
- "interest-cohort" : [],
117
- }
118
-
119
113
# Read the Docs
120
114
READ_THE_DOCS_EXTENSIONS = ext
121
115
RTD_LATEST = 'latest'
@@ -251,7 +245,6 @@ def USE_PROMOS(self): # noqa
251
245
'corsheaders.middleware.CorsMiddleware' ,
252
246
'csp.middleware.CSPMiddleware' ,
253
247
'readthedocs.core.middleware.ReferrerPolicyMiddleware' ,
254
- 'django_permissions_policy.PermissionsPolicyMiddleware' ,
255
248
'simple_history.middleware.HistoryRequestMiddleware' ,
256
249
'readthedocs.core.logs.ReadTheDocsRequestMiddleware' ,
257
250
'django_structlog.middlewares.CeleryMiddleware' ,
Original file line number Diff line number Diff line change @@ -105,9 +105,6 @@ django-debug-toolbar==3.2.4
105
105
106
106
# For enabling content-security-policy
107
107
django-csp==3.7
108
- # For setting the permissions-policy security header
109
- # We can not upgrade to 4.8.0 because it removes `interest-cohort` feature and we are still using it.
110
- django-permissions-policy==4.7.0 # pyup: ignore
111
108
112
109
django-structlog==2.2.0
113
110
structlog==21.5.0
You can’t perform that action at this time.
0 commit comments