Bugzilla – Attachment 142089 Details for
Bug 117607
bugfix for commit:910ae80-'wsd: to filter clientAddress before POST action.'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Suggested Bugfix Patch
patch.txt (text/plain), 846 bytes, created by
safirdepo.iletisim
on 2018-05-14 10:26:06 UTC
(
hide
)
Description:
Suggested Bugfix Patch
Filename:
MIME Type:
Creator:
safirdepo.iletisim
Created:
2018-05-14 10:26:06 UTC
Size:
846 bytes
patch
obsolete
>commit d7c15661c41d256629066dd31a17f669b6275c27 >Author: Safir Depo <safirdepo.iletisim@tubitak.gov.tr> >Date: Mon May 14 12:00:56 2018 +0300 > > bugfix for commit:910ae80-'wsd: to filter clientAddress before POST action.' > >diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp >index 9f4e564..0b39317 100644 >--- a/wsd/LOOLWSD.cpp >+++ b/wsd/LOOLWSD.cpp >@@ -1811,7 +1811,7 @@ private: > // Parse the host allow settings. > for (size_t i = 0; ; ++i) > { >- const std::string path = "post_allow.host[" + std::to_string(i) + "]"; >+ const std::string path = "net.post_allow.host[" + std::to_string(i) + "]"; > const auto host = app.config().getString(path, ""); > if (!host.empty()) > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 117607
: 142089 |
142090