diff options
author | lolcat <will@lolcat.ca> | 2024-02-27 04:27:18 +0000 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2024-02-27 04:27:18 +0000 |
commit | 5143d95014ac50a42cfe3e3b6c0a2e8466adf953 (patch) | |
tree | 5cd419ad1d5e530fd763114209774c848b86fe2b /data/config.php | |
parent | ba5cd270071023dff45151adb498974a47c53b80 (diff) | |
parent | a20d4de1e4d1a00c0d152136e5d7cd81481ace7b (diff) |
Merge branch 'master' into feature/fix_parse_instances
Diffstat (limited to 'data/config.php')
-rw-r--r-- | data/config.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/config.php b/data/config.php index 6327ba9..fd9071e 100644 --- a/data/config.php +++ b/data/config.php @@ -77,7 +77,8 @@ class config{ "https://4get.psily.garden", "https://search.milivojevic.in.rs", "https://4get.snine.nl", - "https://4get.datura.network" + "https://4get.datura.network", + "https://4get.neco.lol" ]; // Default user agent to use for scraper requests. Sometimes ignored to get specific webpages @@ -103,6 +104,7 @@ class config{ const PROXY_PINTEREST = false; const PROXY_SEZNAM = false; const PROXY_NAVER = false; + const PROXY_MWMBL = false; const PROXY_FTM = false; // findthatmeme const PROXY_IMGUR = false; const PROXY_YANDEX_W = false; // yandex web |