diff --git a/panopoly_wysiwyg.features.filter.inc b/panopoly_wysiwyg.features.filter.inc
index caf84d6..85ab97b 100644
--- a/panopoly_wysiwyg.features.filter.inc
+++ b/panopoly_wysiwyg.features.filter.inc
@@ -243,6 +243,14 @@ img[!src|title|alt|style|width|height|class|hspace|vspace],
           'filter_url_length' => 72,
         ),
       ),
+      'pathologic' => array(
+        'weight' => 50,
+        'status' => 1,
+        'settings' => array(
+          'local_paths' => '',
+          'protocol_style' => 'full',
+        ),
+      ),
     ),
   );
 
@@ -479,6 +487,14 @@ img[!src|title|alt|style|width|height|class|hspace|vspace],
           'filter_url_length' => 72,
         ),
       ),
+      'pathologic' => array(
+        'weight' => 50,
+        'status' => 1,
+        'settings' => array(
+          'local_paths' => '',
+          'protocol_style' => 'full',
+        ),
+      ),
     ),
   );
 
diff --git a/panopoly_wysiwyg.info b/panopoly_wysiwyg.info
index 8927098..fd5d009 100644
--- a/panopoly_wysiwyg.info
+++ b/panopoly_wysiwyg.info
@@ -7,6 +7,7 @@ dependencies[] = caption_filter
 dependencies[] = ctools
 dependencies[] = defaultconfig
 dependencies[] = features
+dependencies[] = filter
 dependencies[] = image_resize_filter
 dependencies[] = linkit
 dependencies[] = media
@@ -14,6 +15,7 @@ dependencies[] = media_internet
 dependencies[] = media_vimeo
 dependencies[] = media_wysiwyg
 dependencies[] = media_youtube
+dependencies[] = pathologic
 dependencies[] = strongarm
 dependencies[] = wysiwyg
 dependencies[] = wysiwyg_filter
diff --git a/panopoly_wysiwyg.make b/panopoly_wysiwyg.make
index b843f38..5950188 100644
--- a/panopoly_wysiwyg.make
+++ b/panopoly_wysiwyg.make
@@ -28,6 +28,10 @@ projects[caption_filter][download][type] = git
 projects[caption_filter][download][revision] = b8097ee
 projects[caption_filter][download][branch] = 7.x-1.x
 
+; PATHOLOGIC
+projects[pathologic][version] = 2.12
+projects[pathologic][subdir] = contrib
+
 ; Include our Editors
 
 libraries[tinymce][download][type] = get
