Since I started using react-router-ssr, Twitterbot is returning error "response is too large" when I try to validate my news pages because twitter has a limit: you cannot validate pages with sizes more than 1MB. In my single-news page (http://nurotan.kz/single-news?id=pNJwNp7GYfeSkRCGf&lang=ru) the <script type="text/inject-data"> tag weighs 5MB. Is it possible not to render this tag for certain useragents (twitterbot for instance)?