Skip to content

Commit 8138ae8

Browse files
committed
clarify help text for * in allowed_api-origins
1 parent 8e68ae0 commit 8138ae8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

roundup/configuration.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,8 +1318,9 @@ def str2value(self, value):
13181318
the origin value is scheme://host. There is no path
13191319
component. So 'https://bar.edu/' would never be valid.
13201320
Also the value * can be used to match any origin. Note that
1321-
this setting allows any other web page to make requests against
1322-
your roundup tracker and is not generally a good idea.
1321+
this value allows any web page on the internet to make
1322+
authenticated requests against your Roundup tracker and
1323+
is not a good idea.
13231324
13241325
You need to set these if you have a web application on a
13251326
different origin accessing your roundup instance.

0 commit comments

Comments
 (0)