Releases: quintype/quintype-node-framework
Reduce ttl of tag pages
As of today, platform doesn't provide CDN cache tags to purge tag page data. So as a temporary fix, setting a TTL of 10 minutes on tag page requests
Add metadata to static page data
This release fixing this issue
Issue : In BOLD, while creating static pages, the editor has checked only "show footer", in this case the ideal expectation is that only footer would appear, but both header and footer are showing up.
Updated Content security policy
This unsafe-inline
keyword was allowing inline scripts to be executed on the page. This is considered a security risk as it makes the page vulnerable to cross-site scripting attacks.
We have remove the keywords and added this script-src 'self' https://cdnjs.cloudflare.com/
to be safe.
Ref ticket: https://github.com/quintype/ace-planning/issues/797
fix: Add cache tags for custom pages
Multiple URL redirect
This is to support custom slug feature.
When custom slug is added, it redirects to previous slug throwing 301.
Story will always redirect to latest redirect path.
bump amp to support last published time
v7.18.9 chore(release): 7.18.9
v7.18.8
What's Changed
- Implement webengage route by @cricket-lover in #354
Full Changelog: v7.18.7...v7.18.8
support custom timestamp in amp story cards
v7.18.7 chore(release): 7.18.7
fix ga title tracking issue
v7.18.1 chore(release): 7.18.1
take component 3.3.0
Changes in component 3.30
- fix yt video alignment ipad issue