mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-22 16:30:51 +01:00
Extra cloudflare cookies
This commit is contained in:
parent
88ba87a819
commit
776d16ed49
@ -24,11 +24,16 @@ public class NitroHttpProxyFilter extends HttpFiltersAdapter {
|
||||
private static final HashSet<String> CloudflareCookies = new HashSet<>(Arrays.asList(
|
||||
"__cflb",
|
||||
"__cf_bm",
|
||||
"__cfseq",
|
||||
"cf_ob_info",
|
||||
"cf_use_ob",
|
||||
"__cfwaitingroom",
|
||||
"__cfruid",
|
||||
"cf_clearance"
|
||||
"_cfuvid",
|
||||
"cf_clearance",
|
||||
"cf_chl_rc_i",
|
||||
"cf_chl_rc_ni",
|
||||
"cf_chl_rc_m"
|
||||
));
|
||||
|
||||
private static final String HeaderAcceptEncoding = "Accept-Encoding";
|
||||
|
@ -15,7 +15,8 @@ public class NitroWindows implements NitroOsFunctions {
|
||||
/**
|
||||
* Semicolon separated hosts to ignore for proxying.
|
||||
*/
|
||||
private static final String PROXY_IGNORE = "discord.com;discordapp.com;github.com;";
|
||||
// habba.io;
|
||||
private static final String PROXY_IGNORE = "discord.com;discordapp.com;github.com;challenges.cloudflare.com;";
|
||||
|
||||
/**
|
||||
* Checks if the certificate is trusted by the local machine.
|
||||
|
Loading…
Reference in New Issue
Block a user