Compare commits

...

3 Commits

Author SHA1 Message Date
Julien Palard ea3563caa6
FIX: CSP 2024-01-25 18:21:40 +01:00
Julien Palard 02a679360d
rss2email: Less spams. 2024-01-25 18:21:26 +01:00
Julien Palard 1c708448d9
Watch browser statistics. 2024-01-25 18:21:06 +01:00
3 changed files with 14 additions and 6 deletions

View File

@ -52,5 +52,12 @@ filter:
unicode_snob: true
ignore_images: true
single_line_break: true
---
url: https://gs.statcounter.com/browser-market-share/all/france
filter:
- xpath: '/html/body/div[@id="main-el"]/div[1]/div/table'
- html2text:
method: pyhtml2text
unicode_snob: true
ignore_images: true
single_line_break: true

View File

@ -67,7 +67,7 @@ body-width = 0
email-protocol = sendmail
sendmail = /usr/sbin/sendmail
sendmail_config =
verbose = warning
verbose = error
[feed.Agarri-Sécurité-informatique-offensive]
url = http://www.agarri.fr/blog/rss.xml
@ -120,9 +120,6 @@ url = https://reseau-loops.github.io/feed.xml
[feed.mobian]
url = https://blog.mobian.org/index.xml
[feed.signal-spam]
url = https://www.signal-spam.fr/feed/
[feed.reflets]
url = https://reflets.info/feeds/public

View File

@ -105,6 +105,10 @@
add_header X-Content-Type-Options "nosniff";
}
location /django-initiation/ {
add_header X-Content-Type-Options "nosniff";
}
root /var/www/mdk.fr/;
index index.html;
}