-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nginx security setting issue with " view details" of plugins #37
Comments
Hello, it's the header X-Frame-Options the issue. Have you reload Nginx after commenting the header? |
Hello @VirtuBox , Yes, I cleaned all cache and restart nginx by:
root@101:~# sudo grep -R SAMEORIGIN /etc/nginx/ there is only one setting of SAMEORIGIN in nginx.conf In this situation, I found there are actually two issues: 1.# sometimes, it will show "view details", but sometimes, it will show " Visit plugin site" So, is there any other place related to X-Frame-Options setting please? |
No there is no other configuration containing this directive. Try to replace it with X-Frame-Options: ALLOWALL |
Hi @VirtuBox , Yes, it will show the interface of plugins description content, and there will be a security hint: any suggestion on this situation please? |
Hello @alexlii1971, I have no idea why there are insecure requests performed by this plugin. |
Hello @VirtuBox
I got an issue as below:
On subsite, when I click “view details” of installed plugins , it just show:”myrootdomain.com refused to connect, please check the screenshot:http://prntscr.com/m89wo1
That means I can not view details of plugins on a subsite.
But, I am sure my account is supper administrator with the capibility of network plugin management as the screenshot: http://prntscr.com/m89vh5
Here is the setting in nginx.conf:
I tried to comment both "more_set_headers "X-Frame-Options : SAMEORIGIN";
" and "more_set_headers "Referrer-Policy : strict-origin-when-cross-origin";"
but the issue is still there.
I read an article at https://enable-cors.org/server_nginx.html
but it seems quite different, what should I do to enable "view details" on subsite please?
Thanks so much.
The text was updated successfully, but these errors were encountered: