Disable LDSigning when AUTHORIZED_FETCH is set to true (#11295)
This commit is contained in:
		
							parent
							
								
									3595ce6325
								
							
						
					
					
						commit
						2f813b7ea1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -14,6 +14,6 @@ module Payloadable
 | 
			
		|||
  end
 | 
			
		||||
 | 
			
		||||
  def signing_enabled?
 | 
			
		||||
    true
 | 
			
		||||
    ENV['AUTHORIZED_FETCH'] != 'true'
 | 
			
		||||
  end
 | 
			
		||||
end
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue