CINXE.COM

Fact Checking Policy | Collider

<!DOCTYPE html> <html lang="en-US"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://collider.com/fact-checking-policy/","20220324024455","https://web.archive.org/","web","/_static/", "1648089895"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="viewport" content="user-scalable=yes, initial-scale=1.0, width=device-width"/> <link rel="preconnect" href="https://web.archive.org/web/20220324024455/https://static1.colliderimages.com/"> <link rel="preconnect" href="https://web.archive.org/web/20220324024455/https://www.google-analytics.com/"> <script> // GLOBAL JS VARIABLES FOR THE PAGE var VALNET_GLOBAL_FBAPPID = "172826243054377"; // GLOBAL JS VARIABLES FOR GOOGLE ANALYTICS var VALNET_GLOBAL_GOOGLEANALYTICSPROPERTYID = "UA-1446295-1"; var VALNET_GLOBAL_POSTID = ""; var VALNET_GLOBAL_AUTHOR = ""; var VALNET_GLOBAL_CHANNEL = "Fact Checking Policy"; var VALNET_GLOBAL_VIEW = ""; var VALNET_GLOBAL_EXACTVIEW = ""; var VALNET_GLOBAL_ISPREMIUM = "false"; var VALNET_GLOBAL_ENVIRONMENT = "native"; var VALNET_GLOBAL_POSTTYPE = ""; var VALNET_GLOBAL_JREDITOR = ""; var VALNET_GLOBAL_SREDITOR = ""; var VALNET_GLOBAL_NUMBERPERPAGE = ""; var VALNET_GLOBAL_ISENGAGEMENTTEST = "false"; var VALNET_GLOBAL_DETECTEDDEVICE = "desktop"; var VALNET_GLOBAL_IPADDRESS = "207.241.235.160"; var VALNET_GLOBAL_BROWSERUSERAGENT = "Mozilla\/5.0\u0020\u0028compatible\u003B\u0020heritrix\/3.3.0\u002DSNAPSHOT\u002D20140702\u002D2247\u0020\u002Bhttp\u003A\/\/archive.org\/details\/archive.org_bot\u0029"; var VALNET_GLOBAL_LENGTH = ""; var VALNET_GLOBAL_DATEPUBLISHED = ""; var VALNET_GLOBAL_EDITOR = ""; var VALNET_GLOBAL_POSTPAYMENTCATEGORY = ""; var VALNET_GLOBAL_CATEGORY = ""; var VALNET_GLOBAL_TAGS = ""; var VALNET_GLOBAL_ISFACEBOOKBROWSER = ""; var VALNET_GLOBAL_ADS = ""; var VALNET_GLOBAL_AMPTRAFFIC = "false"; var VALNET_GLOBAL_TEMPLATE = ""; var VALNET_GLOBAL_TLDRPERMALINK = ""; var VALNET_GLOBAL_TLDRPAGE = ""; var VALNET_GLOBAL_TLDRTOTALNUMPAGE = ""; var VALNET_GLOBAL_TLDRVIEWTYPE = ""; var VALNET_GLOBAL_ISADBLOCK = true; var VALNET_GLOBAL_NETWORKCATEGORY = ""; var VALNET_GLOBAL_CONTENTTYPE = ""; var VALNET_GLOBAL_INTENT = ""; </script> <script> window.arrayOfEmbeds = [] </script> <link rel="stylesheet" href="/web/20220324024455cs_/https://collider.com/public/build/a-static.9e7e5fd8.css"> <!-- Google Analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://web.archive.org/web/20220324024455/https://www.google-analytics.com/analytics.js','ga'); </script> <!-- End Google Analytics --> <script type="text/javascript"> /*! Waypoints - 4.0.1 Copyright 漏 2011-2016 Caleb Troughton Licensed under the MIT license. https://github.com/imakewebthings/waypoints/blob/master/licenses.txt */ !function(){"use strict";function t(n){if(!n)throw new Error("No options passed to Waypoint constructor");if(!n.element)throw new Error("No element option passed to Waypoint constructor");if(!n.handler)throw new Error("No handler option passed to Waypoint constructor");this.key="waypoint-"+e,this.options=t.Adapter.extend({},t.defaults,n),this.element=this.options.element,this.adapter=new t.Adapter(this.element),this.callback=n.handler,this.axis=this.options.horizontal?"horizontal":"vertical",this.enabled=this.options.enabled,this.triggerPoint=null,this.group=t.Group.findOrCreate({name:this.options.group,axis:this.axis}),this.context=t.Context.findOrCreateByElement(this.options.context),t.offsetAliases[this.options.offset]&&(this.options.offset=t.offsetAliases[this.options.offset]),this.group.add(this),this.context.add(this),i[this.key]=this,e+=1}var e=0,i={};t.prototype.queueTrigger=function(t){this.group.queueTrigger(this,t)},t.prototype.trigger=function(t){this.enabled&&this.callback&&this.callback.apply(this,t)},t.prototype.destroy=function(){this.context.remove(this),this.group.remove(this),delete i[this.key]},t.prototype.disable=function(){return this.enabled=!1,this},t.prototype.enable=function(){return this.context.refresh(),this.enabled=!0,this},t.prototype.next=function(){return this.group.next(this)},t.prototype.previous=function(){return this.group.previous(this)},t.invokeAll=function(t){var e=[];for(var n in i)e.push(i[n]);for(var o=0,r=e.length;r>o;o++)e[o][t]()},t.destroyAll=function(){t.invokeAll("destroy")},t.disableAll=function(){t.invokeAll("disable")},t.enableAll=function(){t.Context.refreshAll();for(var e in i)i[e].enabled=!0;return this},t.refreshAll=function(){t.Context.refreshAll()},t.viewportHeight=function(){return window.innerHeight||document.documentElement.clientHeight},t.viewportWidth=function(){return document.documentElement.clientWidth},t.adapters=[],t.defaults={context:window,continuous:!0,enabled:!0,group:"default",horizontal:!1,offset:0},t.offsetAliases={"bottom-in-view":function(){return this.context.innerHeight()-this.adapter.outerHeight()},"right-in-view":function(){return this.context.innerWidth()-this.adapter.outerWidth()}},window.Waypoint=t}(),function(){"use strict";function t(t){window.setTimeout(t,1e3/60)}function e(t){this.element=t,this.Adapter=o.Adapter,this.adapter=new this.Adapter(t),this.key="waypoint-context-"+i,this.didScroll=!1,this.didResize=!1,this.oldScroll={x:this.adapter.scrollLeft(),y:this.adapter.scrollTop()},this.waypoints={vertical:{},horizontal:{}},t.waypointContextKey=this.key,n[t.waypointContextKey]=this,i+=1,o.windowContext||(o.windowContext=!0,o.windowContext=new e(window)),this.createThrottledScrollHandler(),this.createThrottledResizeHandler()}var i=0,n={},o=window.Waypoint,r=window.onload;e.prototype.add=function(t){var e=t.options.horizontal?"horizontal":"vertical";this.waypoints[e][t.key]=t,this.refresh()},e.prototype.checkEmpty=function(){var t=this.Adapter.isEmptyObject(this.waypoints.horizontal),e=this.Adapter.isEmptyObject(this.waypoints.vertical),i=this.element==this.element.window;t&&e&&!i&&(this.adapter.off(".waypoints"),delete n[this.key])},e.prototype.createThrottledResizeHandler=function(){function t(){e.handleResize(),e.didResize=!1}var e=this;this.adapter.on("resize.waypoints",function(){e.didResize||(e.didResize=!0,o.requestAnimationFrame(t))})},e.prototype.createThrottledScrollHandler=function(){function t(){e.handleScroll(),e.didScroll=!1}var e=this;this.adapter.on("scroll.waypoints",function(){(!e.didScroll||o.isTouch)&&(e.didScroll=!0,o.requestAnimationFrame(t))})},e.prototype.handleResize=function(){o.Context.refreshAll()},e.prototype.handleScroll=function(){var t={},e={horizontal:{newScroll:this.adapter.scrollLeft(),oldScroll:this.oldScroll.x,forward:"right",backward:"left"},vertical:{newScroll:this.adapter.scrollTop(),oldScroll:this.oldScroll.y,forward:"down",backward:"up"}};for(var i in e){var n=e[i],o=n.newScroll>n.oldScroll,r=o?n.forward:n.backward;for(var s in this.waypoints[i]){var l=this.waypoints[i][s];if(null!==l.triggerPoint){var a=n.oldScroll<l.triggerPoint,h=n.newScroll>=l.triggerPoint,p=a&&h,u=!a&&!h;(p||u)&&(l.queueTrigger(r),t[l.group.id]=l.group)}}}for(var d in t)t[d].flushTriggers();this.oldScroll={x:e.horizontal.newScroll,y:e.vertical.newScroll}},e.prototype.innerHeight=function(){return this.element==this.element.window?o.viewportHeight():this.adapter.innerHeight()},e.prototype.remove=function(t){delete this.waypoints[t.axis][t.key],this.checkEmpty()},e.prototype.innerWidth=function(){return this.element==this.element.window?o.viewportWidth():this.adapter.innerWidth()},e.prototype.destroy=function(){var t=[];for(var e in this.waypoints)for(var i in this.waypoints[e])t.push(this.waypoints[e][i]);for(var n=0,o=t.length;o>n;n++)t[n].destroy()},e.prototype.refresh=function(){var t,e=this.element==this.element.window,i=e?void 0:this.adapter.offset(),n={};this.handleScroll(),t={horizontal:{contextOffset:e?0:i.left,contextScroll:e?0:this.oldScroll.x,contextDimension:this.innerWidth(),oldScroll:this.oldScroll.x,forward:"right",backward:"left",offsetProp:"left"},vertical:{contextOffset:e?0:i.top,contextScroll:e?0:this.oldScroll.y,contextDimension:this.innerHeight(),oldScroll:this.oldScroll.y,forward:"down",backward:"up",offsetProp:"top"}};for(var r in t){var s=t[r];for(var l in this.waypoints[r]){var a,h,p,u,d,f=this.waypoints[r][l],c=f.options.offset,w=f.triggerPoint,y=0,g=null==w;f.element!==f.element.window&&(y=f.adapter.offset()[s.offsetProp]),"function"==typeof c?c=c.apply(f):"string"==typeof c&&(c=parseFloat(c),f.options.offset.indexOf("%")>-1&&(c=Math.ceil(s.contextDimension*c/100))),a=s.contextScroll-s.contextOffset,f.triggerPoint=Math.floor(y+a-c),h=w<s.oldScroll,p=f.triggerPoint>=s.oldScroll,u=h&&p,d=!h&&!p,!g&&u?(f.queueTrigger(s.backward),n[f.group.id]=f.group):!g&&d?(f.queueTrigger(s.forward),n[f.group.id]=f.group):g&&s.oldScroll>=f.triggerPoint&&(f.queueTrigger(s.forward),n[f.group.id]=f.group)}}return o.requestAnimationFrame(function(){for(var t in n)n[t].flushTriggers()}),this},e.findOrCreateByElement=function(t){return e.findByElement(t)||new e(t)},e.refreshAll=function(){for(var t in n)n[t].refresh()},e.findByElement=function(t){return n[t.waypointContextKey]},window.onload=function(){r&&r(),e.refreshAll()},o.requestAnimationFrame=function(e){var i=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||t;i.call(window,e)},o.Context=e}(),function(){"use strict";function t(t,e){return t.triggerPoint-e.triggerPoint}function e(t,e){return e.triggerPoint-t.triggerPoint}function i(t){this.name=t.name,this.axis=t.axis,this.id=this.name+"-"+this.axis,this.waypoints=[],this.clearTriggerQueues(),n[this.axis][this.name]=this}var n={vertical:{},horizontal:{}},o=window.Waypoint;i.prototype.add=function(t){this.waypoints.push(t)},i.prototype.clearTriggerQueues=function(){this.triggerQueues={up:[],down:[],left:[],right:[]}},i.prototype.flushTriggers=function(){for(var i in this.triggerQueues){var n=this.triggerQueues[i],o="up"===i||"left"===i;n.sort(o?e:t);for(var r=0,s=n.length;s>r;r+=1){var l=n[r];(l.options.continuous||r===n.length-1)&&l.trigger([i])}}this.clearTriggerQueues()},i.prototype.next=function(e){this.waypoints.sort(t);var i=o.Adapter.inArray(e,this.waypoints),n=i===this.waypoints.length-1;return n?null:this.waypoints[i+1]},i.prototype.previous=function(e){this.waypoints.sort(t);var i=o.Adapter.inArray(e,this.waypoints);return i?this.waypoints[i-1]:null},i.prototype.queueTrigger=function(t,e){this.triggerQueues[e].push(t)},i.prototype.remove=function(t){var e=o.Adapter.inArray(t,this.waypoints);e>-1&&this.waypoints.splice(e,1)},i.prototype.first=function(){return this.waypoints[0]},i.prototype.last=function(){return this.waypoints[this.waypoints.length-1]},i.findOrCreate=function(t){return n[t.axis][t.name]||new i(t)},o.Group=i}(),function(){"use strict";function t(t){return t===t.window}function e(e){return t(e)?e:e.defaultView}function i(t){this.element=t,this.handlers={}}var n=window.Waypoint;i.prototype.innerHeight=function(){var e=t(this.element);return e?this.element.innerHeight:this.element.clientHeight},i.prototype.innerWidth=function(){var e=t(this.element);return e?this.element.innerWidth:this.element.clientWidth},i.prototype.off=function(t,e){function i(t,e,i){for(var n=0,o=e.length-1;o>n;n++){var r=e[n];i&&i!==r||t.removeEventListener(r)}}var n=t.split("."),o=n[0],r=n[1],s=this.element;if(r&&this.handlers[r]&&o)i(s,this.handlers[r][o],e),this.handlers[r][o]=[];else if(o)for(var l in this.handlers)i(s,this.handlers[l][o]||[],e),this.handlers[l][o]=[];else if(r&&this.handlers[r]){for(var a in this.handlers[r])i(s,this.handlers[r][a],e);this.handlers[r]={}}},i.prototype.offset=function(){if(!this.element.ownerDocument)return null;var t=this.element.ownerDocument.documentElement,i=e(this.element.ownerDocument),n={top:0,left:0};return this.element.getBoundingClientRect&&(n=this.element.getBoundingClientRect()),{top:n.top+i.pageYOffset-t.clientTop,left:n.left+i.pageXOffset-t.clientLeft}},i.prototype.on=function(t,e){var i=t.split("."),n=i[0],o=i[1]||"__default",r=this.handlers[o]=this.handlers[o]||{},s=r[n]=r[n]||[];s.push(e),this.element.addEventListener(n,e)},i.prototype.outerHeight=function(e){var i,n=this.innerHeight();return e&&!t(this.element)&&(i=window.getComputedStyle(this.element),n+=parseInt(i.marginTop,10),n+=parseInt(i.marginBottom,10)),n},i.prototype.outerWidth=function(e){var i,n=this.innerWidth();return e&&!t(this.element)&&(i=window.getComputedStyle(this.element),n+=parseInt(i.marginLeft,10),n+=parseInt(i.marginRight,10)),n},i.prototype.scrollLeft=function(){var t=e(this.element);return t?t.pageXOffset:this.element.scrollLeft},i.prototype.scrollTop=function(){var t=e(this.element);return t?t.pageYOffset:this.element.scrollTop},i.extend=function(){function t(t,e){if("object"==typeof t&&"object"==typeof e)for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i]);return t}for(var e=Array.prototype.slice.call(arguments),i=1,n=e.length;n>i;i++)t(e[0],e[i]);return e[0]},i.inArray=function(t,e,i){return null==e?-1:e.indexOf(t,i)},i.isEmptyObject=function(t){for(var e in t)return!1;return!0},n.adapters.push({name:"noframework",Adapter:i}),n.Adapter=i}(); </script> <script type="text/javascript"> /*! Waypoints Inview Shortcut - 4.0.1 Copyright 漏 2011-2016 Caleb Troughton Licensed under the MIT license. https://github.com/imakewebthings/waypoints/blob/master/licenses.txt */ !function(){"use strict";function t(){}function e(t){this.options=i.Adapter.extend({},e.defaults,t),this.axis=this.options.horizontal?"horizontal":"vertical",this.waypoints=[],this.element=this.options.element,this.createWaypoints()}var i=window.Waypoint;e.prototype.createWaypoints=function(){for(var t={vertical:[{down:"enter",up:"exited",offset:"100%"},{down:"entered",up:"exit",offset:"bottom-in-view"},{down:"exit",up:"entered",offset:0},{down:"exited",up:"enter",offset:function(){return-this.adapter.outerHeight()}}],horizontal:[{right:"enter",left:"exited",offset:"100%"},{right:"entered",left:"exit",offset:"right-in-view"},{right:"exit",left:"entered",offset:0},{right:"exited",left:"enter",offset:function(){return-this.adapter.outerWidth()}}]},e=0,i=t[this.axis].length;i>e;e++){var n=t[this.axis][e];this.createWaypoint(n)}},e.prototype.createWaypoint=function(t){var e=this;this.waypoints.push(new i({context:this.options.context,element:this.options.element,enabled:this.options.enabled,handler:function(t){return function(i){e.options[t[i]].call(e,i)}}(t),offset:t.offset,horizontal:this.options.horizontal}))},e.prototype.destroy=function(){for(var t=0,e=this.waypoints.length;e>t;t++)this.waypoints[t].destroy();this.waypoints=[]},e.prototype.disable=function(){for(var t=0,e=this.waypoints.length;e>t;t++)this.waypoints[t].disable()},e.prototype.enable=function(){for(var t=0,e=this.waypoints.length;e>t;t++)this.waypoints[t].enable()},e.defaults={context:window,enabled:!0,enter:t,entered:t,exit:t,exited:t},i.Inview=e}(); </script> <script async src="/web/20220324024455js_/https://collider.com/public/build/dfp.js"></script> <script async src="/web/20220324024455js_/https://collider.com/public/build/valnet-header.3afbf5fd.js"></script> <title>Fact Checking Policy | Collider</title> <meta name="description" content="Stay up to date with new movie news, watch the latest movie trailers &amp; get trusted reviews of upcoming movies &amp; more from the team at Collider."/> <meta property="og:title" content="Fact Checking Policy | Collider"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://web.archive.org/web/20220324024455/https://collider.com/fact-checking-policy/"/> <meta property="og:locale" content="en_US"/> <meta property="og:description" content="Stay up to date with new movie news, watch the latest movie trailers &amp; get trusted reviews of upcoming movies &amp; more from the team at Collider."/> <meta property="og:site_name" content="Collider"/> <meta property="fb:app_id" content="172826243054377"/> <link rel="icon" sizes="48x48" href="/web/20220324024455im_/https://collider.com/public/build/images/favicon-48x48.1311d9e7.png"> <link rel="icon" sizes="96x96" href="/web/20220324024455im_/https://collider.com/public/build/images/favicon-96x96.797dd92b.png"> <link rel="icon" sizes="144x144" href="/web/20220324024455im_/https://collider.com/public/build/images/favicon-144x144.c2c34bad.png"> <link rel="icon" sizes="192x192" href="/web/20220324024455im_/https://collider.com/public/build/images/favicon-192x192.7164dc45.png"> <link rel="icon" sizes="240x240" href="/web/20220324024455im_/https://collider.com/public/build/images/favicon-240x240.c24091db.png"> <link rel="apple-touch-icon" sizes="240x240" href="/web/20220324024455im_/https://collider.com/public/build/images/favicon-240x240.c24091db.png"> <link rel="shortcut icon" href="/web/20220324024455im_/https://collider.com/public/build/images/favicon-192x192.7164dc45.png"> <!-- Using AdsNinja V10 --> <!-- Ad Header Start --> <!-- Ad Header End --> <!-- GLOABL JS VARIABLES --> <script> var valnet_site_viewType = "organic"; var valnet_site_view = "all"; var valnet_site_campaign = "AMP"; var valnet_site_device = "desktop"; var valnet_hideAds = false; </script> </head> <body class="js-tldr "> <!-- No winning ad found for zone: body injected! --> <div id="body-anchor"></div> <div class="w-website"> <div id="pageStickyFooterAd"> <!-- No winning ad found for zone: sticky footer! --> </div> <div id="js-header" class="w-header"> <header class="header" itemscope itemtype="https://schema.org/WPHeader"> <h1 class="hide" itemprop="headline">collider.com</h1> <div class="header-logo"> <a href="/web/20220324024455/https://collider.com/" title="" rel="home"></a> </div> <input class="header-menu-btn-input" type="checkbox" id="headerMenu"/> <label class="header-menu-btn-label js-nav" for="headerMenu"> <div class="menu-burger-btn"> <span class="burger-btn-line"></span> <span class="burger-btn-line"></span> <span class="burger-btn-line"></span> </div> </label> <div class="w-header-menu"> <button class="menu-exit-btn icon i-close"></button> <div class="header-menu"> <nav class="menu-nav" id="menu-site"> <ul class="menu-nav-list" itemscope itemtype="http://www.schema.org/SiteNavigationElement"> <li itemprop="name" class="w-drop-down"> <button class="menu-nav-more-btn js-menu-open">Movies</button> <ul class="drop-down"> <li itemprop="name"> <a href="/web/20220324024455/https://collider.com/all-news/" itemprop="url">Movie News</a> </li> <li itemprop="name"> <a href="/web/20220324024455/https://collider.com/movie-features/" itemprop="url">Movie Features</a> </li> <li itemprop="name"> <a href="/web/20220324024455/https://collider.com/movie-reviews/" itemprop="url">Movie Reviews</a> </li> </ul> </li> <li itemprop="name" class="w-drop-down"> <button class="menu-nav-more-btn js-menu-open">TV</button> <ul class="drop-down"> <li itemprop="name"> <a href="/web/20220324024455/https://collider.com/tv/" itemprop="url">TV News</a> </li> <li itemprop="name"> <a href="/web/20220324024455/https://collider.com/tv-features/" itemprop="url">TV Features</a> </li> <li itemprop="name"> <a href="/web/20220324024455/https://collider.com/tv-reviews/" itemprop="url">TV Reviews</a> </li> </ul> </li> <li itemprop="name"> <a href="/web/20220324024455/https://collider.com/trailers/" itemprop="url">Trailers</a> </li> <li itemprop="name" class="w-drop-down"> <button class="menu-nav-more-btn js-menu-open">Streaming</button> <ul class="drop-down"> <li itemprop="name"> <a href="/web/20220324024455/https://collider.com/netflix/" itemprop="url">Netflix</a> </li> <li itemprop="name"> <a href="/web/20220324024455/https://collider.com/amazon/" itemprop="url">Amazon</a> </li> <li itemprop="name"> <a href="/web/20220324024455/https://collider.com/disney/" itemprop="url">Disney+</a> </li> <li itemprop="name"> <a href="/web/20220324024455/https://collider.com/hbo-max/" itemprop="url">HBO</a> </li> <li itemprop="name"> <a href="/web/20220324024455/https://collider.com/hulu/" itemprop="url">Hulu</a> </li> </ul> </li> <li itemprop="name"> <a href="/web/20220324024455/https://collider.com/interviews/" itemprop="url">Interviews</a> </li> <li itemprop="name"> <a href="/web/20220324024455/https://collider.com/careers/" itemprop="url">Write for Us</a> </li> </ul> </nav> </div> </div> <button id="js-search" class="header-search-btn icon i-search js-search-target"></button> </header> </div> <div class="w-header-search js-search-target"> <button id="js-exit-search" class="header-search-exit icon i-close"></button> <div class="header-search"> <form method="post" class="search-form js-searchBox icon i-search" id="searchform2" action="/web/20220324024455/https://collider.com/search/"> <input id="js-search-input" type="text" name="keyword" class="input-text search-input" autocomplete="off" id="s2" placeholder="Search Collider" autofocus> </form> </div> </div> <!-- No winning ad found for zone: sticky header! --> <!-- No winning ad found for zone: header! --> <div class="w-content "> <article class="article article-static"> <section> <header> <h1 class="section-title-custom">Collider Fact Checking Policy</h1> </header> <h2>100% Accurate Headlines</h2> <p>We strive for 100% accurate headlines and apply a rigorous vetting process to every news article on the site. Rumors and insider reports are identified accordingly to ensure distinction between confirmed information and industry buzz that is of interest to our readers.</p> <p>Before any article is written, we ensure the information is new and accurate. We verify sources and always dig down to the original source (and reference material if applicable) before the writing process begins. Even if other outlets report an unsubstantiated piece of news as official confirmation, we require 100% confirmation to claim it鈥檚 actually confirmation. We do not post clickbait. Our headlines might be bold - but we don't throw out broad statements just to sound bold. It has to be accurate and fact-checked. Collider articles don鈥檛 just report the news, we provide industry-leading context that explains why that news is important to you.</p> <p>Collider team consists of writers from diverse backgrounds in all facets of the entertainment industry brought together by a passion for all things entertainment and a goal of providing the best, as well as most engaging, content possible for visitors to our site.</p> <p>Our writers and editors are industry veterans - and make sure every new article has the latest info, the most accurate info, and all relevant details. When we are the original source, we follow basic journalism principles.</p> <h2>Considering The Big Picture</h2> <p>Standards for feature content are the same and we stress the importance of research and objectivity - as well as presenting a clear argument (and when drawing out a conclusion or theory, considering and including relevant counter-arguments). This approach allows us to address more possibilities and answer questions before they鈥檙e asked by readers.</p> <p>For corrections or update requests, please contact <a href="https://web.archive.org/web/20220324024455/mailto:editorial@collider.com">editorial@collider.com</a></p> </section> <aside> <nav> <nav class="menu-legal"> <ul> <li><a class="write" href="/web/20220324024455/https://collider.com/careers/">Write For Us</a></li> <li><a class="menu-home" href="/web/20220324024455/https://collider.com/">Home</a></li> <li><a class="menu-contact-us" href="/web/20220324024455/https://collider.com/contact/">Contact Us</a></li> <li><a class="menu-terms" href="/web/20220324024455/https://collider.com/terms-of-use/">Terms</a></li> <li><a class="menu-privacy" href="/web/20220324024455/https://collider.com/privacy-policy/">Privacy</a></li> <li><a class="menu-copyright" href="/web/20220324024455/https://collider.com/dmca-take-down-policy/">Copyright</a></li> <li><a class="menu-about-us" href="/web/20220324024455/https://collider.com/about/">About Us</a></li> <li><a class="menu-fact-checking-policy" href="/web/20220324024455/https://collider.com/fact-checking-policy/">Fact Checking Policy</a></li> <li><a class="menu-corrections-policy" href="/web/20220324024455/https://collider.com/corrections-policy/">Corrections Policy</a></li> <li><a class="menu-ethics-policy" href="/web/20220324024455/https://collider.com/ethics-policy/">Ethics Policy</a></li> <li><a class="menu-ownership-policy" href="/web/20220324024455/https://collider.com/ownership-funding-advertising-policy/">Ownership Policy</a></li> </ul> </nav> </nav> </aside> </article> </div> <!-- No winning ad found for zone: footer! --> <div class="footer_breadcrumb"> </div> <footer class="w-footer"> <div class="footer"> <nav class="menu-legal"> <ul> <li><a class="write" href="/web/20220324024455/https://collider.com/careers/">Write For Us</a></li> <li><a class="menu-home" href="/web/20220324024455/https://collider.com/">Home</a></li> <li><a class="menu-contact-us" href="/web/20220324024455/https://collider.com/contact/">Contact Us</a></li> <li><a class="menu-terms" href="/web/20220324024455/https://collider.com/terms-of-use/">Terms</a></li> <li><a class="menu-privacy" href="/web/20220324024455/https://collider.com/privacy-policy/">Privacy</a></li> <li><a class="menu-copyright" href="/web/20220324024455/https://collider.com/dmca-take-down-policy/">Copyright</a></li> <li><a class="menu-about-us" href="/web/20220324024455/https://collider.com/about/">About Us</a></li> <li><a class="menu-fact-checking-policy" href="/web/20220324024455/https://collider.com/fact-checking-policy/">Fact Checking Policy</a></li> <li><a class="menu-corrections-policy" href="/web/20220324024455/https://collider.com/corrections-policy/">Corrections Policy</a></li> <li><a class="menu-ethics-policy" href="/web/20220324024455/https://collider.com/ethics-policy/">Ethics Policy</a></li> <li><a class="menu-ownership-policy" href="/web/20220324024455/https://collider.com/ownership-funding-advertising-policy/">Ownership Policy</a></li> </ul> </nav> </div> <div class="footer-copy"> Copyright &copy; 2022 collider.com </div> </footer> </div> <script src="/web/20220324024455js_/https://collider.com/public/build/valnet-footer.b09c6a8f.js" async></script> <script> document.addEventListener('DOMContentLoaded', function () { var queryString = window.location.search || ''; var keyValPairs = []; var params = {}; queryString = queryString.substr(1); if (queryString.length) { keyValPairs = queryString.split('&'); for (var i = 0; i < keyValPairs.length; i++) { var key = keyValPairs[i].split('=')[0]; if (!key.length) continue; if (typeof params[key] === 'undefined') params[key] = []; params[key].push(keyValPairs[i].split('=')[1]); } if (params['view'] !== undefined) { if (params['view'] == "list" || params['view'] == "lista") { valnet_cookie.set("view",params['view']); } } var campaign = null; if (params['utm_source'] !== undefined) { campaign = params['utm_source']; } if (campaign !== null) { valnet_cookie.set("campaign",campaign); } } }); </script> <!-- Using AdsNinja V10 --> <!-- Ad Footer Start --> <!-- Ad Footer End --> <script> console.log('viewType: organic'); console.log('view: all'); console.log('campaign: AMP'); console.log('device: desktop'); </script> </body> </html> <!-- FILE ARCHIVED ON 02:44:55 Mar 24, 2022 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 23:15:36 Nov 24, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.465 exclusion.robots: 0.024 exclusion.robots.policy: 0.015 esindex: 0.011 cdx.remote: 108.128 LoadShardBlock: 256.407 (3) PetaboxLoader3.datanode: 213.734 (4) PetaboxLoader3.resolve: 337.001 (2) load_resource: 326.089 -->

Pages: 1 2 3 4 5 6 7 8 9 10