This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Disable LDSigning when AUTHORIZED_FETCH is set to true (
#11295
)
master
ThibG
5 years ago
committed by
Eugen Rochko
parent
3595ce6325
commit
2f813b7ea1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/services/concerns/payloadable.rb
+ 1
- 1
app/services/concerns/payloadable.rb
View File
@ -14,6 +14,6 @@ module Payloadable
end
def
signing_enabled?
true
ENV
[
'AUTHORIZED_FETCH'
]
!=
'true'
end
end
Write
Preview
Loading…
Cancel
Save