spaceship/lib/spaceship/tunes/tunes_client.rb in fastlane-2.189.0 vs spaceship/lib/spaceship/tunes/tunes_client.rb in fastlane-2.190.0
- old
+ new
@@ -22,9 +22,12 @@
def initialize
super
@du_client = DUClient.new
+
+ # Used by most WebObjects requests starting in July 2021
+ @additional_headers = { 'x-csrf-itc': 'itc' }
end
class << self
# trailer preview screenshots are required to have a specific size
def video_preview_resolution_for(device, is_portrait)