Skip to content

Commit ace6760

Browse files
Merge pull request #1584 from input-output-hk/firefox-allow-origin
chore: add firefox extension origin to dev envs
2 parents 24061e8 + e29444b commit ace6760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/cardano-services/deployments/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ in
332332
values = {
333333
useAccelerator = true;
334334
stakepool.databaseName = "stakepoolv2";
335-
backend.allowedOrigins = lib.concatStringsSep "," allowedOriginsDev;
335+
backend.allowedOrigins = null;
336336

337337
pg-boss-worker.enabled = true;
338338

0 commit comments

Comments
 (0)