Description:
After thorough investigation into why my live preview functionality was not working, I identified that the issue originates from this package.
The root cause is that the query parameters 'live-preview' and 'token' are not included in the allowed list within the package configuration or code. Because of this, URLs containing these parameters are being ignored or mishandled, breaking the live preview feature.
Suggested Fix:
Please consider adding 'live-preview' and 'token' to the allowed query parameters list so that URLs containing these parameters are properly handled.
Description:
After thorough investigation into why my live preview functionality was not working, I identified that the issue originates from this package.
The root cause is that the query parameters 'live-preview' and 'token' are not included in the allowed list within the package configuration or code. Because of this, URLs containing these parameters are being ignored or mishandled, breaking the live preview feature.
Suggested Fix:
Please consider adding 'live-preview' and 'token' to the allowed query parameters list so that URLs containing these parameters are properly handled.