Compare commits
7 Commits
pkg/dev/eo
...
a2f2c8f82d
Author | SHA1 | Date | |
---|---|---|---|
a2f2c8f82d | |||
8fbafb4c70 | |||
cc1da0773b | |||
148b0b87f1 | |||
e1f90ef9fd | |||
a96d56b19c | |||
c7b38c52d0 |
@ -12,8 +12,8 @@ GenConfig -> Mode Expert -> Dépôts tiers -> Libellé du dépôt
|
|||||||
|
|
||||||
#### LemonLDAP::NG repository
|
#### LemonLDAP::NG repository
|
||||||
|
|
||||||
* deb https://lemonldap-ng.org/deb stable main
|
* deb https://lemonldap-ng.org/deb 1.9 main
|
||||||
* deb-src https://lemonldap-ng.org/deb stable main
|
* deb-src https://lemonldap-ng.org/deb 1.9 main
|
||||||
* Key URL : https://lemonldap-ng.org/_media/rpm-gpg-key-ow2
|
* Key URL : https://lemonldap-ng.org/_media/rpm-gpg-key-ow2
|
||||||
|
|
||||||
#### Cadoles Repository
|
#### Cadoles Repository
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
# default "";
|
# default "";
|
||||||
# ~/CN=(?<CN>[^/]+) $CN;
|
# ~/CN=(?<CN>[^/]+) $CN;
|
||||||
#}
|
#}
|
||||||
|
%set %%webDomain = %%authWebName.split('.',1)[1]
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
@ -40,6 +41,8 @@ server {
|
|||||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||||
fastcgi_split_path_info ^(.*\.psgi)(/.*)$;
|
fastcgi_split_path_info ^(.*\.psgi)(/.*)$;
|
||||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||||
|
fastcgi_hide_header Content-Security-Policy;
|
||||||
|
add_header Content-Security-Policy "default-src 'self'; form-action 'self' http://*.%%webDomain https://*.%%webDomain; object-src 'none'";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user