Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
To continue sharing your ideas and feedback, please visit features.plesk.com
I think that this could be an issue with the Nginx version. One possible solution could be to enclose value and parameters in single quotes and to omit other single quotes inside the parameter string. Example:
Code:
add_header 'Content-Security-Policy' 'default-src self unsafe-inline *.akamai.net *.doubleclick.net [... add more as required ...]; font-src self fonts.googleapis.com fonts.gstatic.com';