# File lib/rack/protection/xss_header.rb, line 21 def call(env) status, headers, body = @app.call(env) [status, header.merge(headers), body] end