MultiSite support #239
-
Hi Stott, Does this module support the multisite solution as well? Can I setup different security header per site? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hello @kashifjawedgravitas At this point in time, the security headers are applied globally and are not specific to a site within the Optimizely instance. I don't believe this is a function that exists in competing products right now. What this module does have compared to others is security headers being applied to the CMS back end and the ability to extend CSP sources for very specific pages, ability to configure CORS and a full audit of changes. I am currently planning what Optimizely CMS SAAS looks like for this solution. This will include separation of security headers for front and back end. I can look at how this could be extended to include multi-site support and I'm happy to take any feedback on that. |
Beta Was this translation helpful? Give feedback.
-
This module is for Optimizely CMS 12 only which is built on .NET Core 6+. As such In terms of Permissions-Policy, that is currently on the road map to be added to the module, but is not currently available. In this scenario you are best adding a middleware that creates that policy header. Can you clarify if you are using Optimizely CMS 11? if so I can direct you at an alternate solution. Regards, |
Beta Was this translation helpful? Give feedback.
-
Hi I'll follow your suggestion to create a middleware for headers that I need to add out of box. Once again thank you for the support. |
Beta Was this translation helpful? Give feedback.
Hello @kashifjawedgravitas
At this point in time, the security headers are applied globally and are not specific to a site within the Optimizely instance. I don't believe this is a function that exists in competing products right now. What this module does have compared to others is security headers being applied to the CMS back end and the ability to extend CSP sources for very specific pages, ability to configure CORS and a full audit of changes.
I am currently planning what Optimizely CMS SAAS looks like for this solution. This will include separation of security headers for front and back end. I can look at how this could be extended to include multi-site support and I'm happy to take…