Skip to content

Commit ba78efd

Browse files
committed
Switched ALLOW_ANONYMOUS_POST default to False
1 parent 5fb6900 commit ba78efd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codespeed/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@
7070
USE_MEDIAN_BANDS = True # True to enable median bands on Timeline view
7171

7272

73-
ALLOW_ANONYMOUS_POST = False # Whether anonymous users be allowed to post results
73+
ALLOW_ANONYMOUS_POST = True # Whether anonymous users be allowed to post results

0 commit comments

Comments
 (0)