We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e68ae0 commit 8138ae8Copy full SHA for 8138ae8
roundup/configuration.py
@@ -1318,8 +1318,9 @@ def str2value(self, value):
1318
the origin value is scheme://host. There is no path
1319
component. So 'https://bar.edu/' would never be valid.
1320
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.
+this value allows any web page on the internet to make
+authenticated requests against your Roundup tracker and
1323
+is not a good idea.
1324
1325
You need to set these if you have a web application on a
1326
different origin accessing your roundup instance.
0 commit comments