mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 17:13:12 -04:00
Remove Socket.IO dependencies and Socket infrastructure
- Remove socket.io-client npm package - Remove Socket.IO from gulpfile.js - Remove API_PUBLIC_WS_URL config variable from all environments - Remove Socket CSP directives (cdn.socket.io, wss:// URLs) - Remove unused data-host attribute from job template - Update test_headers.py to remove Socket.IO assertions - Update deployment configs (manifest.yml, deploy-config/*.yml, .github/workflows/*.yml)
This commit is contained in:
@@ -63,4 +63,3 @@ applications:
|
||||
LOGIN_DOT_GOV_CERTS_URL: ((LOGIN_DOT_GOV_CERTS_URL))
|
||||
|
||||
API_PUBLIC_URL: ((API_PUBLIC_URL))
|
||||
API_PUBLIC_WS_URL: ((API_PUBLIC_WS_URL))
|
||||
|
||||
Reference in New Issue
Block a user