EyesOfNetworkCommunity / EyesOfNetworkCommunity/eonconf

Update thruk httpd configuration

Open
#20 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
CSS
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Description

With the latest thruk version, we need to update `thruk.conf`:

```diff
--- /etc/httpd/conf.d/thruk.conf 2019-12-18 09:44:36.000000000 +0100
+++ /etc/httpd/conf.d/thruk.conf.rpmnew 2020-10-27 01:10:49.000000000 +0100
@@ -1,5 +1,7 @@

- AddHandler fcgid-script .sh
+
+ AddHandler fcgid-script .sh
+
IPCCommTimeout 120

# uncomment these lines to increase the default timeout
@@ -137,6 +120,6 @@



- Header set Content-Security-Policy "default-src 'self' data:; script-src 'self' data: 'unsafe-inline' 'unsafe-eval'; object-src *; style-src 'self' data: 'unsafe-inline'; img-src *; media-src *; frame-src *; font-src *; connect-src *"
+ Header set Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; object-src *; style-src 'self' data: 'unsafe-inline'; img-src * data:; media-src * data:; frame-src *; font-src * data:; connect-src *"


```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.