* main: (28 commits)
Enable network policy in demo env
Demo deploy should use demo variables
Enable network policy in staging env
Update cryptography library
Add demo application environment
Setup github workflows for new spaces
Switch terraform over to cloud.gov org
trim non-existant pages further
some test tweaks for page reductions
Update features.html
Update roadmap.html
streamline navs & menus
update 500 error page
comment out another letters thing
update roadmap
Address PR feedback
Use stable OWASP image because weekly is hanging
Run js-lint as part of the full test target
Compile js changes into bundles
Update tests to use most recent jest and supporting libraries
...
@em-herrick made a good point that `unidirectional` and `bidirectional` were prob not the best choices for plain language. I have swapped to `one-way` and `two-way` messaging here.
When we get a support ticket we put a link to the service at the end.
As part of 8b7f2fbf04 we accidentally made
these URLs relative, rather than absolute. This means they aren’t made
into links by email clients or Zendesk.
This commit fixes the links to include the domain again.
These are "countryless" phone numbers used by e.g. satellite phone
providers [^1]. We decided not to support them for now because:
- The use case is low: only one service is asking for this prefix.
- MMG will charge at 4x for them but apparently they cost more.
We can't put this "negative" data in the usual place [^2] because
this would _enable_ sending via this number. Until we have more
cases like this it's easiest to just tack on this fake info.
[^1]: https://en.wikipedia.org/wiki/International_Networks_(country_code)
[^2]: ca2506c6a6/notifications_utils/recipients.py (L569)