Skip to content

Commit 5d68353

Browse files
Remove CORS origins for MNE and FieldTrip (#231)
Not yet onboarded by their maintainers; only hosted on demo.osc.earth for now. Left TODO comments for maintainers to submit PRs when ready.
1 parent ebef53e commit 5d68353

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

src/assistants/fieldtrip/config.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ widget:
2828
- How do I do beamforming source analysis?
2929
- What data formats does FieldTrip support?
3030

31-
cors_origins:
32-
- https://www.fieldtriptoolbox.org
33-
- https://fieldtriptoolbox.org
31+
# TODO: FieldTrip maintainers to submit PR adding CORS origins for fieldtriptoolbox.org
32+
# cors_origins:
33+
# - https://www.fieldtriptoolbox.org
34+
# - https://fieldtriptoolbox.org
3435

3536
# Budget limits for cost management
3637
budget:

src/assistants/mne/config.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ widget:
2828
- How do I perform source localization?
2929
- How do I do time-frequency analysis?
3030

31-
cors_origins:
32-
- https://mne.tools
33-
- https://*.mne.tools
31+
# TODO: MNE maintainers to submit PR adding CORS origins for mne.tools
32+
# cors_origins:
33+
# - https://mne.tools
34+
# - https://*.mne.tools
3435

3536
# Budget limits for cost management
3637
budget:

0 commit comments

Comments
 (0)