Skip to content

Commit 24febb9

Browse files
committed
🔥(frontend) remove legal pages
Legal pages are not needed anymore in the application. In the dsfr instances, the legal pages will be displayed on a Docs pages. We let the users of Docs managing the legal pages on their own instances.
1 parent 64b3b29 commit 24febb9

File tree

4 files changed

+2
-274
lines changed

4 files changed

+2
-274
lines changed

src/frontend/apps/impress/src/features/service-worker/service-worker.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,9 @@ const FALLBACK = {
107107
const precacheResources = [
108108
'/',
109109
'/index.html',
110+
'/401/',
110111
'/404/',
111-
'/accessibility/',
112-
'/legal-notice/',
113-
'/personal-data-cookies/',
112+
'/403/',
114113
FALLBACK.offline,
115114
FALLBACK.images,
116115
FALLBACK.docs,

src/frontend/apps/impress/src/pages/accessibility/index.tsx

-133
This file was deleted.

src/frontend/apps/impress/src/pages/legal-notice/index.tsx

-72
This file was deleted.

src/frontend/apps/impress/src/pages/personal-data-cookies/index.tsx

-66
This file was deleted.

0 commit comments

Comments
 (0)