Hello, I have build a new site but on each image I get something like '/Grand_Combin_N.jpg?ver=gQW_EBljfV5hnrKFFcMNyQ%3d%3d'. How do I turn this off?
Posted By Mariette Knap on 2/27/2023 1:41 AM The setting 'AddCachebusterToResourceUris' was missing from dbo.PortalSettings. Adding this and setting it to false changed the behavior. INSERT INTO [dbo].[PortalSettings] ([PortalID], [SettingName], [SettingValue], [CreatedByUserID], [CreatedOnDate], [LastModifiedByUserID], [LastModifiedOnDate], [IsSecure]) VALUES (0, 'AddCachebusterToResourceUris','false', -1, GETDATE(), -1, GETDATE(), 0);
Whoa... I didn't realize how far back this setting goes. :)
https://github.com/dnnsof...Platform/issues/2850
Posted By Mariette Knap on 2/27/2023 12:02 PM It seems it is default behavior in a new 9.11.1 install to not add that setting to PortalSettings. I tried adding it also to HostSettings assuming it would act global but that did not work, so each new portal needs this added.
A global setting might be a good idea to start an issue/discussion to get added. 🤔
These Forums are for the discussion of the open source CMS DNN platform and ecosystem.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.