Consistency
Change-Id: I16889728d0062c058ea5831ff8892025e1719c3e
This commit is contained in:
parent
54ea436026
commit
5c7b9ce6e7
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ void FileServerRequestHandler::preprocessFile(const HTTPRequest& request, Poco::
|
|||
<< "script-src 'unsafe-inline' 'self'; "
|
||||
<< "style-src 'self' 'unsafe-inline'; "
|
||||
<< "font-src 'self' data:; "
|
||||
<< "object-src blob: ;";
|
||||
<< "object-src blob:; ";
|
||||
|
||||
std::string frameAncestor;
|
||||
const auto it = request.find("Referer"); // Referer[sic]
|
||||
|
|
Loading…
Reference in a new issue