mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2026-01-09 03:41:00 -05:00
Explicitly keep the previous add_header_redefinition behavior to work around the fact that setting Cross-Origin-Resource-Policy is delegated to synapse even though we set it at the top-level for non-synapse. We could change the approach to working around this later.
5 lines
135 B
Bash
Executable file
5 lines
135 B
Bash
Executable file
#!/bin/bash
|
|
|
|
python -m venv --clear venv
|
|
source venv/bin/activate
|
|
pip install --require-hashes --only-binary :all: -r requirements.txt
|