-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
Description
Description
The value of Camo#Allways
seems to have a typo. It should be Camo#Always
with one l
.
Can be found here:
https://github.com/search?q=repo%3Ago-gitea%2Fgitea%20ALLWAYS&type=code
Line 12 in 12cb1d2
Allways bool - `ALLWAYS`: **false**: Set to true to use camo for both HTTP and HTTPS content, otherwise only non-HTTPS URLs are proxied Line 41 in 12cb1d2
(setting.Camo.Allways || lnkURL.Scheme != "https") { gitea/custom/conf/app.example.ini
Line 526 in 12cb1d2
;ALLWAYS = false
SuperSandro2000