Bugzilla – Attachment 142090 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]
[patch]
new suggested patch file
patch.txt (text/plain), 781 bytes, created by
safirdepo.iletisim
on 2018-05-14 12:29:09 UTC
(
hide
)
Description:
new suggested patch file
Filename:
MIME Type:
Creator:
safirdepo.iletisim
Created:
2018-05-14 12:29:09 UTC
Size:
781 bytes
patch
obsolete
>commit 9e7c555f5cbdd019b76850404b82d654a84add0f >Author: Safir Depo <safirdepo.iletisim@tubitak.gov.tr> >Date: Mon May 14 15:26:38 2018 +0300 > > bugfix for commit:910ae80-'wsd: to filter clientAddress before POST action.' > >diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp >index 7004cf7..4ffd8c9 100644 >--- a/wsd/LOOLWSD.cpp >+++ b/wsd/LOOLWSD.cpp >@@ -1739,7 +1739,7 @@ public: > // 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