whitelist domains used by nextcloud
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|2647|4|2643|3|:-1:
Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/351//ansiblelint">Evolix » ansible-roles » unstable #351</a>
gitea/ansible-roles/pipeline/head This commit looks good
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|2647|4|2643|3|:-1:
Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/351//ansiblelint">Evolix » ansible-roles » unstable #351</a>
gitea/ansible-roles/pipeline/head This commit looks good
This commit is contained in:
parent
1848a6162a
commit
45fc4b3371
2 changed files with 11 additions and 1 deletions
|
@ -140,6 +140,11 @@
|
|||
^www\.parismatch\.com$
|
||||
^www\.liberation\.fr$
|
||||
|
||||
# Nextcloud
|
||||
^www\.nextcloud\.com$
|
||||
^www\.edri\.org$
|
||||
^www\.eff\.org$
|
||||
|
||||
# Others
|
||||
#.+\.amazon.com$
|
||||
.+\.twitter\.com$
|
||||
|
@ -170,4 +175,4 @@
|
|||
^www\.dailymotion\.com$
|
||||
.+\.123rf\.com$
|
||||
.+\.gouv\.fr$
|
||||
^ifconfig\.me$
|
||||
^ifconfig\.me$
|
||||
|
|
|
@ -134,6 +134,11 @@ http://www.leparisien.fr/.*
|
|||
http://www.parismatch.com/.*
|
||||
http://www.liberation.fr/.*
|
||||
|
||||
# Nextcloud
|
||||
http://www.nextcloud.com/.*
|
||||
http://www.edri.org/.*
|
||||
http://www.eff.org/.*
|
||||
|
||||
# Others
|
||||
#http://.*.amazon.com/.*
|
||||
http://.*.twitter.com/.*
|
||||
|
|
Loading…
Reference in a new issue