We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a393cef commit 07e878fCopy full SHA for 07e878f
server/server.cpp
@@ -89,6 +89,7 @@ int main(int argc, char* argv[]) {
89
std::string outStr(pbfBlob.begin(), pbfBlob.end());
90
SimpleWeb::CaseInsensitiveMultimap header;
91
header.emplace("Content-Encoding", "gzip");
92
+ header.emplace("Access-Control-Allow-Origin", "*");
93
response->write(outStr,header);
94
};
95
0 commit comments