* Convert the external data to Objects and * call the create provider function. * * @param {String} retrievedText - pure data form github
(retrievedText)
| 238 | * @param {String} retrievedText - pure data form github |
| 239 | */ |
| 240 | function toObject(retrievedText) { |
| 241 | getKeys(storage.ClearURLsData.providers); |
| 242 | createProviders(); |
| 243 | } |
| 244 | |
| 245 | /** |
| 246 | * Deactivates ClearURLs, if no rules can be downloaded and also no old rules in storage |
no test coverage detected