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

th-downstream
ThibG 5 years ago committed by Eugen Rochko
parent 3f12a0b8fd
commit a7b0224699

@ -14,6 +14,6 @@ module Payloadable
end
def signing_enabled?
true
ENV['AUTHORIZED_FETCH'] != 'true'
end
end

Loading…
Cancel
Save