Skip to content

Commit f87e495

Browse files
authored
feat(sandbox): add RH footer and code verification (#1004)
* working activation code and rh footer
1 parent 884e0f3 commit f87e495

46 files changed

Lines changed: 17390 additions & 37359 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

workspaces/sandbox/deploy/base/app-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,28 @@ backend:
1212
- "'self'"
1313
- 'data:'
1414
- 'https://catamphetamine.github.io'
15+
- 'https://consent.trustarc.com'
1516
script-src:
1617
- "'self'"
1718
- "'unsafe-eval'"
1819
- 'https://cdn.segment.com'
1920
- 'https://www.google.com'
2021
- 'https://www.gstatic.com'
22+
- 'https://static.redhat.com'
23+
- 'https://consent.trustarc.com'
2124
script-src-elem:
2225
- "'self'"
2326
- 'https://cdn.segment.com'
2427
- 'https://www.google.com'
2528
- 'https://www.gstatic.com'
29+
- 'https://static.redhat.com'
30+
- 'https://consent.trustarc.com'
2631
frame-src:
2732
- "'self'"
2833
- 'https://www.google.com'
34+
- 'https://static.redhat.com'
35+
- 'https://consent.trustarc.com'
36+
- 'https://consent-pref.trustarc.com'
2937
listen:
3038
port: 3000
3139
cors:

workspaces/sandbox/packages/README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

workspaces/sandbox/packages/app/.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

workspaces/sandbox/packages/app/.eslintrc.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

workspaces/sandbox/packages/app/e2e-tests/README.md

Lines changed: 0 additions & 203 deletions
This file was deleted.

workspaces/sandbox/packages/app/e2e-tests/Utils/loginPage.ts

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)