-
Notifications
You must be signed in to change notification settings - Fork 30
Description
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:
##Common headers for security
more_set_headers "X-Frame-Options : SAMEORIGIN";
more_set_headers "X-Xss-Protection : 1; mode=block";
more_set_headers "X-Content-Type-Options : nosniff";
more_set_headers "Referrer-Policy : strict-origin-when-cross-origin";
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.