diff --git a/panopoly_wysiwyg.features.filter.inc b/panopoly_wysiwyg.features.filter.inc
index caf84d6..cb39a55 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' => 'path',
+        ),
+      ),
     ),
   );
 
@@ -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' => 'path',
+        ),
+      ),
     ),
   );
 
diff --git a/panopoly_wysiwyg.info b/panopoly_wysiwyg.info
index 2334142..fd5d009 100644
--- a/panopoly_wysiwyg.info
+++ b/panopoly_wysiwyg.info
@@ -15,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.install b/panopoly_wysiwyg.install
new file mode 100644
index 0000000..e7df15c
--- /dev/null
+++ b/panopoly_wysiwyg.install
@@ -0,0 +1,13 @@
+<?php
+
+/**
+ * @file
+ * An installation file for Panopoly WYSIWYG
+ */
+
+/**
+ * Enable Pathologic for Panopoly WYSIWYG integration.
+ */
+function panopoly_wysiwyg_update_7001(&$sandbox) {
+  module_enable(array('pathologic'));
+}
diff --git a/panopoly_wysiwyg.make b/panopoly_wysiwyg.make
index eab9c72..416281b 100644
--- a/panopoly_wysiwyg.make
+++ b/panopoly_wysiwyg.make
@@ -30,6 +30,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
