40 results found
-
HSTS on the root domain
We are experiencing some redirection issues we have no control over as they are done in the root domain.
http://oldsite.com redirects to https://www.oldsite.com then finally to https://www.newsite.com
The redirection should be as follows:
http://oldsite.com -> https://oldsite.com -> https://www.newsite.com
Please update Optimzely’s configuration to do these redirects properly
8 votes -
Implement Image Renditions for CMS
The Optimizely Content Marketing Platform has a feature called "Image Renditions" which has several features to reduce friction for Web Editors managing images in the CMS.
This entire feature set looks promising, but here are 3 Key features which I'm most hungry for addition to the CMS:
• Option to Resize & Crop at the same time
• The addition of focal points for images
• The creation and management of multiple instances of a single image asset, in order to optimize view for the image to be displayed in multiple aspect ratios.Please consider adding this feature set, or any of its…
7 votes -
Computed readonly field for a content type
A way to define a property or a method within a given content type having the following characteristics:
- It is a computed property: the value will be determined by querying other related database tables
- The property will be displayed as read-only / disabled on the Optimizely dashboard / edit content typeThe next approach does not display the property in Optimizely Admin UI
[Display( Name = "Total Price", Order = 130, GroupName = GroupNames.Plm)] public virtual decimal TotalPrice => Items?.Sum(i => i.Quantity * i.UnitPrice) ?? 0;
This happened because it looks like content graph, SearchText, and GetSearchableProperties() in…
5 votes -
Alerting for suspicious traffic spikes
Customers never get alerted to suspicious traffic spikes unless they impact site speed or uptime.
Ability to establish alerting for suspicious attacks, even if they are addressed by cloudflare before they impact site performance.5 votes -
Optimizing content for AI crawling
I'm a CSM at Optimizely looking to support customers looking to optimize their content for AI to achieve growth in organic reach beyond traditional SEO.
4 votes -
Allow ancestor/children links in Content Areas in Content Graph
I am looking to get the parent/children of a content item that is used within a Content Area to support a hierarchical relationship. Currently, it is not possible to use the _link property on Content Areas within Content Graph.
In this query:
query MyQuery { MyPage(where:{ContentLink:{Id:{eq: 1119}}}) { item { ContentLink { Id } _link(type: ANCESTORS) { MyParentPage { items { Url } } } } } MyBlock(where:{ContentLink:{Id: {eq:1127}}}) { items { Cards { ContentLink { Id Expanded { _link(type: ANCESTORS) { MyParentPage { items { Url } } } } } } } } }
In the first query,…
3 votes -
Make SSL / TLS Certificate Management Self Service
Provide self service tooling via PaaS Portal to allow customers to manage SSL / TLS certificates for their hostnames directly. This would ensure that customers can update custom certificates at their leisure and discretion
3 votes -
Use more secure ciphers by default
When performing a security check for a DXP site on internet.nl the result is that "Your web server does not prefer 'Good' over 'Sufficient' over 'Phase out' ciphers" and "Your web server supports one or more ciphers that have a phase out status, because they are known to be fragile and are at risk of becoming insufficiently secure.".
I suggest that more secure ciphers should be used on all DXP sites by default. The more secure ciphers are referred to as "Modern", "Compatible", and "Legacy" in the cloudflare documentation. https://developers.cloudflare.com/ssl/edge-certificates/additional-options/cipher-suites/recommendations/
3 votes -
Custom Error Pages
Add support for Azure Custom Error Pages.
Our client has a requirement to display a custom error page when the web application is restarted.
We can use the maintenancepage,htm during deployments but they require a custom page for pure restarts as well.This custom error page feature in Azure provides what they need but its not currently supported by Optimizely DXP.
2 votes -
Disable Allowed Content Types Description in CMS 12 Edit View
In CMS 12 Episerver Edit interface we noticed a new feature: above all ContentArea fields, a description appears listing allowed content types (Refer attachment).We’d like to have this removed. It seems to add more confusion than clarity for our editors. We already enforce allowed content types using the [AllowedTypes] attribute in code, so displaying the full list in the UI—especially including unrelated options like Episerver Forms elements—is unnecessary and distracting.
This description wasn’t present in CMS 11, and we would prefer to maintain that cleaner editor experience.2 votes -
Publish all blocks functionality for editors in CMS12
I am a developer, and editors are demanding they want a functionality where on click of Publish button all blocks will get published for editors in CMS12. Earlier it was available in CMS11.
2 votes -
Avoid incorrect Instance restarts through PAAS Portal
I'm an Optimizely Admin, who does have full access to PAAS Portal.
Can you please consider an additional prompt on the restart (atleast for PROD), so the restart wouldn't be triggered mistakenly.
Also, considering the rolling restart would be ideal most of the time, can you enable the option "Restart One instance at a time" checked by default.
Thanks!
2 votes -
2 votes
-
Language Manager Role wise access
In the Languages gadget (Language Manager add-on), users have the option to duplicate content when creating a new language branch. During this process, the “Duplicate content” dialog presents checkboxes for:
Add all children
Add related content(s)
These options are useful for administrators but pose a risk when used by editors who may not fully understand the implications. For example, an editor in our organization mistakenly duplicated a section with over 800 nodes, resulting in around 500 duplicated blocks. This caused significant manual cleanup and unnecessary content clutter.
Feature Request:
We would like the ability to restrict visibility or access to…
2 votes -
Customize the "Workflow status" Section in CMS UI Dashboard (v12.18.0+)
CMS UI version 12.18.0 introduced a new dashboard with a "Workflow status" section. This section can display thousands of pages in some environments, each with multiple elements. This can result in a bloated and less usable interface, potentially affecting performance and user experience.
We would like to request the ability to:
Clear or limit the number of items displayed in the "Workflow status" section
Filter the displayed items based on specific criteria (e.g., content type, date, language, or user)
Customize or replace the section with a custom implementation if needed
Providing more control or configuration options for this section would…
2 votes -
Language Manager in combination with the auto translate feature
Language Manager in combination with the auto translate feature
2 votes -
Language Manager won't let you exclude terms, translates Block Names
As a Content Manager, I want to be able to translate pages with an exclusion list which prevents specific words and terms (e.g. Brand Names, Product Names) in content, and Block/Image/Object Names (i.e. Internal Objects which need to be in my native language to administer) from being translated.
Currently, the add-on translates key terms and names and the content manager needs to identify these and translate them back again, but these changes are subsequently lost if the content is re-translated. By managing these globally through a dictionary (or a setting, for Block Names, etc), this would massively improve the admin…2 votes -
Copy content items without including child content.
As an Optimizely administrator, I would like to provide a way for our content authors to copy single content items without copying their child pages or blocks. This would prevent a lot of items from being copied by accident which clutters up the site and search results until they are deleted.
2 votes -
Database timeout during site starting up after removing properties of block type
I am a senior developer. We have been facing this issue where when we remove properties of block type the site fails to start and throws database timeout during ModelSyncInitialization. This happens even when a single property of block type is removed.
We have an open ticket with support and have tried a few solutions but the only option that works is to increase the DatabaseQueryTimeout to an hour or so.2 votes -
Make Management of WAF (Web Application Firewall) activities Self Service
Provide self service tooling via the PaaS Portal to allow the customer to OPT in to WAF modification, and then provide an interface within the PaaS Portal to make Allow Rules, and Block Rules within the WAF.
2 votes
- Don't see your idea?