2953:703452a2876f | 2954:bf0215fe12d1 |
---|---|
166 | 166 |
167 def match(self, urlString): | 167 def match(self, urlString): |
168 """ | 168 """ |
169 Public method to check, if the script matches the given URL. | 169 Public method to check, if the script matches the given URL. |
170 | 170 |
171 @param urlString URL (string) | |
171 @return flag indicating a match (boolean) | 172 @return flag indicating a match (boolean) |
172 """ | 173 """ |
173 if not self.__enabled: | 174 if not self.__enabled: |
174 return False | 175 return False |
175 | 176 |