From 53d1cabfdb7ebf72ca8a9c6edf19748638a08545 Mon Sep 17 00:00:00 2001 From: Fernando Lucas Date: Tue, 10 Sep 2024 13:01:35 +0200 Subject: [PATCH] update --- check_asusfirmware | 3 +++ check_devolouptime | 3 +++ check_dkim | 3 +++ check_dmarc | 3 +++ check_dmarccheckerapp | 3 +++ check_dnsleak | 3 +++ check_dnssecverisign | 3 +++ check_emailblacklists | 3 +++ check_hstspreload | 3 +++ check_isvpn | 3 +++ check_mtasts | 3 +++ check_prosafe | 3 +++ check_smtptls | 3 +++ check_spf | 3 +++ check_testipv6 | 3 +++ 15 files changed, 45 insertions(+) diff --git a/check_asusfirmware b/check_asusfirmware index b8d131b..8612054 100644 --- a/check_asusfirmware +++ b/check_asusfirmware @@ -55,6 +55,9 @@ def exitnagios(status,message): def generatedriver(proxy): chrome_options = Options() chrome_options.add_argument("--incognito") + chrome_options.add_argument("--disk-cache-size=0") + chrome_options.add_argument("--media-cache-size=0") + chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup") chrome_options.add_argument("--headless=new") chrome_options.add_argument("--disable-gpu") chrome_options.add_argument("--no-sandbox") diff --git a/check_devolouptime b/check_devolouptime index ba64237..3e99a11 100644 --- a/check_devolouptime +++ b/check_devolouptime @@ -52,6 +52,9 @@ def exitnagios(status,message): def generatedriver(proxy): chrome_options = Options() chrome_options.add_argument("--incognito") + chrome_options.add_argument("--disk-cache-size=0") + chrome_options.add_argument("--media-cache-size=0") + chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup") chrome_options.add_argument("--headless=new") chrome_options.add_argument("--disable-gpu") chrome_options.add_argument("--no-sandbox") diff --git a/check_dkim b/check_dkim index 912b615..463a8fe 100644 --- a/check_dkim +++ b/check_dkim @@ -49,6 +49,9 @@ def exitnagios(status,message): def generatedriver(proxy): chrome_options = Options() chrome_options.add_argument("--incognito") + chrome_options.add_argument("--disk-cache-size=0") + chrome_options.add_argument("--media-cache-size=0") + chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup") chrome_options.add_argument("--headless=new") chrome_options.add_argument("--disable-gpu") chrome_options.add_argument("--no-sandbox") diff --git a/check_dmarc b/check_dmarc index afb2605..7360f45 100644 --- a/check_dmarc +++ b/check_dmarc @@ -49,6 +49,9 @@ def exitnagios(status,message): def generatedriver(proxy): chrome_options = Options() chrome_options.add_argument("--incognito") + chrome_options.add_argument("--disk-cache-size=0") + chrome_options.add_argument("--media-cache-size=0") + chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup") chrome_options.add_argument("--headless=new") chrome_options.add_argument("--disable-gpu") chrome_options.add_argument("--no-sandbox") diff --git a/check_dmarccheckerapp b/check_dmarccheckerapp index 3fc6427..d48d595 100644 --- a/check_dmarccheckerapp +++ b/check_dmarccheckerapp @@ -52,6 +52,9 @@ def exitnagios(status,message): def generatedriver(proxy): chrome_options = Options() chrome_options.add_argument("--incognito") + chrome_options.add_argument("--disk-cache-size=0") + chrome_options.add_argument("--media-cache-size=0") + chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup") chrome_options.add_argument("--headless=new") chrome_options.add_argument("--disable-gpu") chrome_options.add_argument("--no-sandbox") diff --git a/check_dnsleak b/check_dnsleak index 5f20cd3..ed3b9b7 100644 --- a/check_dnsleak +++ b/check_dnsleak @@ -49,6 +49,9 @@ def exitnagios(status,message): def generatedriver(proxy): chrome_options = Options() chrome_options.add_argument("--incognito") + chrome_options.add_argument("--disk-cache-size=0") + chrome_options.add_argument("--media-cache-size=0") + chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup") chrome_options.add_argument("--headless=new") chrome_options.add_argument("--disable-gpu") chrome_options.add_argument("--no-sandbox") diff --git a/check_dnssecverisign b/check_dnssecverisign index a88a274..a31541d 100644 --- a/check_dnssecverisign +++ b/check_dnssecverisign @@ -49,6 +49,9 @@ def exitnagios(status,message): def generatedriver(proxy): chrome_options = Options() chrome_options.add_argument("--incognito") + chrome_options.add_argument("--disk-cache-size=0") + chrome_options.add_argument("--media-cache-size=0") + chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup") chrome_options.add_argument("--headless=new") chrome_options.add_argument("--disable-gpu") chrome_options.add_argument("--no-sandbox") diff --git a/check_emailblacklists b/check_emailblacklists index bf10e61..0a27a62 100644 --- a/check_emailblacklists +++ b/check_emailblacklists @@ -52,6 +52,9 @@ def exitnagios(status,message): def generatedriver(proxy): chrome_options = Options() chrome_options.add_argument("--incognito") + chrome_options.add_argument("--disk-cache-size=0") + chrome_options.add_argument("--media-cache-size=0") + chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup") chrome_options.add_argument("--headless=new") chrome_options.add_argument("--disable-gpu") chrome_options.add_argument("--no-sandbox") diff --git a/check_hstspreload b/check_hstspreload index dfb8dc8..24b865a 100644 --- a/check_hstspreload +++ b/check_hstspreload @@ -49,6 +49,9 @@ def exitnagios(status,message): def generatedriver(proxy): chrome_options = Options() chrome_options.add_argument("--incognito") + chrome_options.add_argument("--disk-cache-size=0") + chrome_options.add_argument("--media-cache-size=0") + chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup") chrome_options.add_argument("--headless=new") chrome_options.add_argument("--disable-gpu") chrome_options.add_argument("--no-sandbox") diff --git a/check_isvpn b/check_isvpn index 36aeb59..0915f92 100644 --- a/check_isvpn +++ b/check_isvpn @@ -68,6 +68,9 @@ def forced_ipv4_gai_family(*args, **kwargs): def generatedriver(proxy): chrome_options = Options() chrome_options.add_argument("--incognito") + chrome_options.add_argument("--disk-cache-size=0") + chrome_options.add_argument("--media-cache-size=0") + chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup") chrome_options.add_argument("--headless=new") chrome_options.add_argument("--disable-gpu") chrome_options.add_argument("--no-sandbox") diff --git a/check_mtasts b/check_mtasts index 602bebe..92b91f5 100644 --- a/check_mtasts +++ b/check_mtasts @@ -49,6 +49,9 @@ def exitnagios(status,message): def generatedriver(proxy): chrome_options = Options() chrome_options.add_argument("--incognito") + chrome_options.add_argument("--disk-cache-size=0") + chrome_options.add_argument("--media-cache-size=0") + chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup") chrome_options.add_argument("--headless=new") chrome_options.add_argument("--disable-gpu") chrome_options.add_argument("--no-sandbox") diff --git a/check_prosafe b/check_prosafe index 47bb6c6..17f0197 100644 --- a/check_prosafe +++ b/check_prosafe @@ -154,6 +154,9 @@ def doprosafecall(model,expected,strict): def generatedriver(proxy): chrome_options = Options() chrome_options.add_argument("--incognito") + chrome_options.add_argument("--disk-cache-size=0") + chrome_options.add_argument("--media-cache-size=0") + chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup") chrome_options.add_argument("--headless=new") chrome_options.add_argument("--disable-gpu") chrome_options.add_argument("--no-sandbox") diff --git a/check_smtptls b/check_smtptls index d6f8233..1d3a12d 100644 --- a/check_smtptls +++ b/check_smtptls @@ -49,6 +49,9 @@ def exitnagios(status,message): def generatedriver(proxy): chrome_options = Options() chrome_options.add_argument("--incognito") + chrome_options.add_argument("--disk-cache-size=0") + chrome_options.add_argument("--media-cache-size=0") + chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup") chrome_options.add_argument("--headless=new") chrome_options.add_argument("--disable-gpu") chrome_options.add_argument("--no-sandbox") diff --git a/check_spf b/check_spf index 839b3f1..7c31134 100644 --- a/check_spf +++ b/check_spf @@ -49,6 +49,9 @@ def exitnagios(status,message): def generatedriver(proxy): chrome_options = Options() chrome_options.add_argument("--incognito") + chrome_options.add_argument("--disk-cache-size=0") + chrome_options.add_argument("--media-cache-size=0") + chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup") chrome_options.add_argument("--headless=new") chrome_options.add_argument("--disable-gpu") chrome_options.add_argument("--no-sandbox") diff --git a/check_testipv6 b/check_testipv6 index ff77e0a..258af70 100644 --- a/check_testipv6 +++ b/check_testipv6 @@ -49,6 +49,9 @@ def exitnagios(status,message): def generatedriver(proxy): chrome_options = Options() chrome_options.add_argument("--incognito") + chrome_options.add_argument("--disk-cache-size=0") + chrome_options.add_argument("--media-cache-size=0") + chrome_options.add_argument("--enable-features=EphemeralGuestProfilesOnStartup") chrome_options.add_argument("--headless=new") chrome_options.add_argument("--disable-gpu") chrome_options.add_argument("--no-sandbox")