Skip to content

Commit 68f8156

Browse files
committed
set ALLOW_USER_HTML to true
1 parent 2126497 commit 68f8156

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.env

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ DISPLAY_CREDIT=true
1616
HOME_URL=
1717

1818
#ALLOW_USER_HTML=Changes if users are able to use custom HTML in their descriptions. Allows for more customized texts.
19-
#=Either true or false. USE WITH CAUTION! If true, this enables users to use custom code, including JavaScript.
20-
#=It is recommended to only turn this option on if you trust your users or only use this instance for yourself.
21-
ALLOW_USER_HTML=false
19+
#=Either true or false.
20+
ALLOW_USER_HTML=true
2221

2322
#App Settings=Changes settings regarding your LittleLink Custom installation. You probably only want to change the App Name setting.
2423
#=App_Name changes the displayed name for the App in the title, for example.

storage/backups/default_settings

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ DISPLAY_CREDIT=true
1616
HOME_URL=
1717

1818
#ALLOW_USER_HTML=Changes if users are able to use custom HTML in their descriptions. Allows for more customized texts.
19-
#=Either true or false. USE WITH CAUTION! If true, this enables users to use custom code, including JavaScript.
20-
#=It is recommended to only turn this option on if you trust your users or only use this instance for yourself.
21-
ALLOW_USER_HTML=false
19+
#=Either true or false.
20+
ALLOW_USER_HTML=true
2221

2322
#App Settings=Changes settings regarding your LittleLink Custom installation. You probably only want to change the App Name setting.
2423
#=App_Name changes the displayed name for the App in the title, for example.

0 commit comments

Comments
 (0)