0
0
mirror of https://github.com/TrianguloY/UrlChecker.git synced 2024-09-19 20:02:16 +02:00

open_noReferrer disabled by default

This commit is contained in:
TrianguloY 2023-10-13 12:44:21 +02:00
parent 88df0a2d37
commit 5cffdad788

View File

@ -45,7 +45,7 @@ public class OpenModule extends AModuleData {
}
public static GenericPref.Bool NOREFERRER_PREF(Context cntx) {
return new GenericPref.Bool("open_noReferrer", true, cntx);
return new GenericPref.Bool("open_noReferrer", false, cntx);
}
public static GenericPref.Bool MERGECOPY_PREF(Context cntx) {