diff --git a/index.js b/index.js
index 586b7a8..3ed6cb6 100644
--- a/index.js
+++ b/index.js
@@ -64,5 +64,5 @@ function direct(subquest, maxRedirects) {
 }
 
 function isRedirect(statusCode) {
-  return statusCode === 301 || statusCode === 302 || statusCode === 307 || statusCode === 308;
-}
\ No newline at end of file
+  return statusCode === 301 || statusCode === 302 || statusCode === 303 || statusCode === 307 || statusCode === 308;
+}