You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Security scan shows: The "X-Frame-Options" HTTP header is not set to "SAMEORIGIN". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly.
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder
Nextcloud configuration:
Config report
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
Insert your config.php content here.
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
GitMate.io thinks possibly related issues are #543 (X-Frame-Options set to Deny issues a security warning), #4863 (X-Frame-Option DENY - NGINX), #8028 (Security problem / sharing options), #10280 (X-Frame-Options set two times), and #5246 (X-Frame-Options headers conflicting values).
Steps to reproduce
Expected behaviour
The above #3 should not occur
Actual behaviour
The above #3 does occur
Server configuration
Operating system: Gentoo Linux Kernel 4.15
Web server: Nginx 1.15.2, OpenSSL 1.0.2o
Database: Postgresql 11_beta2
PHP version: 7.2.8
Nextcloud version: 13.0.5
Updated from an older Nextcloud/ownCloud or fresh install: Fresh install
Where did you install Nextcloud from: Gentoo package manager portage / webapp-config
Signing status:
Gentoo adds extra files so it's webapp-config can track it.
Results
Raw output
Array
(
[core] => Array
(
[EXTRA_FILE] => Array
(
[.webapp-nextcloud-13.0.5] => Array
(
[expected] =>
[current] => 2418c537e13c2e19b9eb32e2f0d7166c73f64d5eea035993c3bff8f27f20a73d068d6042c9fc58b7a1a0d690a7ec8869a2b51959dcd391c6857e107a9f5e1910
)
)
List of activated apps:
App list
Nextcloud configuration:
Config report
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"cloud.baddogfarm.org"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"overwrite.cli.url": "https://cloud.baddogfarm.org",
"dbtype": "pgsql",
"version": "13.0.5.2",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true
}
}
Are you using external storage, if yes which one: local/smb/sftp/...
Are you using encryption: yes/no - if you mean HTTPS, yes. Disk - no.
Client configuration
Browser: Firefox 61.0
Operating system: Gentoo Linux
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
{"reqId":"TFZghhejdFlE84Yod7tl","level":2,"time":"2018-08-20T07:45:28+00:00","remoteAddr":"127.0.0.1","user":"dcday137","app":"core","method":"POST","url":"/login/confirm","message":"Login failed: 'dcday137' (Remote IP: '127.0.0.1')","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0","version":"13.0.5.2"}
{"reqId":"2R5tQD12gNN3opVqJjqE","level":2,"time":"2018-08-20T07:45:34+00:00","remoteAddr":"127.0.0.1","user":"dcday137","app":"core","method":"POST","url":"/login/confirm","message":"Login failed: 'dcday137' (Remote IP: '127.0.0.1')","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0","version":"13.0.5.2"}
{"reqId":"GhFltebKZVGCNi9xW8R0","level":2,"time":"2018-08-20T07:46:05+00:00","remoteAddr":"127.0.0.1","user":"dcday137","app":"core","method":"POST","url":"/login/confirm","message":"Login failed: 'dcday137' (Remote IP: '127.0.0.1')","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0","version":"13.0.5.2"}
Nextcloud log
Insert your browser log here, this could for example include:
a) The javascript console log
JQMIGRATE: Migrate is installed, version 1.4.0
The text was updated successfully, but these errors were encountered: