diff --git a/modules/product/commerce_product.module b/modules/product/commerce_product.module
index 66807cc..974d8e0 100644
--- a/modules/product/commerce_product.module
+++ b/modules/product/commerce_product.module
@@ -111,6 +111,9 @@ function commerce_product_entity_info() {
         'plural' => t('products'),
       ),
 
+      // Avoid injection from redirect module
+      'redirect' => FALSE, 
+
       // Add translation support.
       'translation' => array(
         'locale' => TRUE,
