This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Disable LDSigning when AUTHORIZED_FETCH is set to true (
#11295
)
pull/4/head
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