Enable Forgejo CORS for tadix.dev (homepage git projects fetch)

This commit is contained in:
ltadeu6 2026-05-25 18:03:28 -03:00
parent f88d8bc51d
commit 9208326389
No known key found for this signature in database
GPG key ID: FB9FDAB6B6F3418D

View file

@ -203,6 +203,11 @@ in {
};
service.DISABLE_REGISTRATION = true;
log.LEVEL = "Warn";
cors = {
ENABLED = true;
ALLOW_DOMAIN = "tadix.dev";
METHODS = "GET,HEAD,OPTIONS";
};
};
};