Compare commits
3 Commits
pkg/dev/eo
...
11aca56f4e
Author | SHA1 | Date | |
---|---|---|---|
11aca56f4e | |||
cc1da0773b | |||
85f8f7b079 |
1
debian/eole-lemonldap.install
vendored
Normal file
1
debian/eole-lemonldap.install
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr
|
@ -4,6 +4,7 @@
|
||||
# default "";
|
||||
# ~/CN=(?<CN>[^/]+) $CN;
|
||||
#}
|
||||
%set %%webDomain = %%authWebName.split('.',1)[1]
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
@ -40,6 +41,8 @@ server {
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
fastcgi_split_path_info ^(.*\.psgi)(/.*)$;
|
||||
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