diff --git a/flowspy/settings.py.patch b/flowspy/settings.py.patch
index 04e945e16d65528239080c4f946e012655d57e6b..04737d40819e7ceb37c71946d291db993cb069d0 100644
--- a/flowspy/settings.py.patch
+++ b/flowspy/settings.py.patch
@@ -75,11 +75,3 @@
  }
  
  LOGIN_URL = '/welcome'
-@@ -338,7 +335,3 @@
-         'rest_framework.permissions.IsAuthenticated'
-     ]
- }
--
--# Limit of ports in 'ports' / 'SrcPorts' / 'DstPorts' of a rule:
--PORTRANGE_LIMIT = 100
--