https://bugs.koozali.org/show_bug.cgi?id=12247
--- Comment #1 from Jean-Philippe Pialasse <[email protected]> ---
Note: the convert-to endpoint is restricted to allowed host addresses that can
be set in the /etc/coolwsd/coolwsd.xml configuration file. The IP addresses
have to be added as dot-escaped net.post_allow.host entries.
https://sdk.collaboraonline.com/docs/conversion_api.html?highlight=net%20post_allow%20host
well we do not want to get ride of old entry but ot add one.. like this
<post_allow allow="true" desc="Allow/deny client IP address for
POST(REST).">
<host desc="your IP.">132.xx.xx.xx</host>
<host desc="The IPv4 private 192.168 block as plain
IPv4 dotted decimal addresses.">192\.168\.[0-9]{1,3}\.[0-9]{1,3}</host>
<host desc="Ditto, but as IPv4-mapped IPv6
addresses">::ffff:192\.168\.[0-9]{1,3}\.[0-9]{1,3}</host>
<host desc="The IPv4 loopback (localhost)
address.">127\.0\.0\.1</host>
<host desc="Ditto, but as IPv4-mapped IPv6
address">::ffff:127\.0\.0\.1</host>
<host desc="The IPv6 loopback (localhost)
address.">::1</host>
<host desc="The IPv4 private 172.16.0.0/12 subnet part
1.">172\.1[6789]\.[0-9]{1,3}\.[0-9]{1,3}</host>
<host desc="Ditto, but as IPv4-mapped IPv6
addresses">::ffff:172\.1[6789]\.[0-9]{1,3}\.[0-9]{1,3}</host>
<host desc="The IPv4 private 172.16.0.0/12 subnet part
2.">172\.2[0-9]\.[0-9]{1,3}\.[0-9]{1,3}</host>
<host desc="Ditto, but as IPv4-mapped IPv6
addresses">::ffff:172\.2[0-9]\.[0-9]{1,3}\.[0-9]{1,3}</host>
<host desc="The IPv4 private 172.16.0.0/12 subnet part
3.">172\.3[01]\.[0-9]{1,3}\.[0-9]{1,3}</host>
<host desc="Ditto, but as IPv4-mapped IPv6
addresses">::ffff:172\.3[01]\.[0-9]{1,3}\.[0-9]{1,3}</host>
<host desc="The IPv4 private 10.0.0.0/8 subnet
(Podman).">10\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}</host>
<host desc="Ditto, but as IPv4-mapped IPv6
addresses">::ffff:10\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}</host>
</post_allow>
also we mght want to add an action on ip update
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/