feat: document CORS headache
This commit is contained in:
parent
4ff435c056
commit
595034b87b
1 changed files with 8 additions and 0 deletions
8
README.md
Normal file
8
README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
Requires your Forgejo instance admin to enable CORS for at least the
|
||||
origin which serves the notification panel. Please see
|
||||
[here](https://forgejo.org/docs/latest/admin/config-cheat-sheet/#cors-cors)
|
||||
for more information.
|
||||
|
||||
NOTE: The test [forgejo configuration](./integration/conf/app.ini) may
|
||||
be insecure for your usecase since it allows CORS for all origins with
|
||||
the widest possible surface.
|
Loading…
Reference in a new issue