0

Can I disable cache on pages inside Azure AD B2C?

Sometimes I have to force reload and disable cache via Inspect (on Edge) because my scripts don't update.

Reni Dantas
  • 117
  • 10
  • 1
    We recommend you to `clear your browser cache`. If you are using custom UI you can add the data-preload="true" attribute in your HTML tags to control the load order for CSS and JavaScript. Please check the [guidelines](https://learn.microsoft.com/en-us/azure/active-directory-b2c/custom-policy-ui-customization#guidelines-for-using-custom-page-content) for more information. – Raghavendra beldona Oct 02 '20 at 18:36

1 Answers1

0

(Moving from comments to answer)

We recommend you to clear your browser cache. If you are using custom UI you can add the data-preload="true" attribute in your HTML tags to control the load order for CSS and JavaScript. Please check the guidelines for more information.

Raghavendra beldona
  • 1,937
  • 1
  • 4
  • 9