Browse Source

Disable LDSigning when AUTHORIZED_FETCH is set to true (#11295)

pull/4/head
ThibG 4 years ago
committed by Eugen Rochko
parent
commit
2f813b7ea1
1 changed files with 1 additions and 1 deletions
  1. +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

Loading…
Cancel
Save