Hi All,

In order to comply with GDPR regulations, we are planning to incorporate
privacy and cookie policy URL configuration into carbon 4 "carbon.xml" .
The following element will be added to "carbon.xml", as this needs to be
available fr any product based on c4.
This configuration will be disabled (commented out) by default, in which
hard-coded URL shall be displayed by each UI.

<!--
    Configurations related to privacy for the end-user who logs into
the platform
-->
<Privacy>
    <!--
     The below privacy policy URL will be the one linked, instead of
the default, when configured.
     This applies to carbon console and all other web applications.
    -->
    
<PrivacyPolicyURL>https://your.organozation/privacy/privacy-policy.html</PrivacyPolicyURL>
    <!--
      The below cookie policy URL will be the one linked, instead of
the default, when configured. -
      This applies to carbon console and all other web applications.
    -->
    
<CookiePolicyURL>https://your.organozation/privacy/cookie-policy.html</CookiePolicyURL>
</Privacy>


Furthermore, We will add following methods to "CarbonUtils.java" to access
the above two properties. These methods may return null, in which, the
relevant UI should render a default link for the respective policy URL.

String getPrivacyPolicyURL()
String getCookiePolicyURL()


Cheers,
Ruwan
_______________________________________________
Architecture mailing list
Architecture@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to