Problem: The JavaScript file “js_posts_autoload.min.js” that enables auto post load (infinite load) has a nonce value and it expires within 24 hours. This static js file is also cached by cache plugins like other files. Cache plugins don’t know that this file has a nonce and its function will end within 24 hours. So it is given a long cache expire time by the cache plugins. After a day “js_posts_autoload.min.js” is useless because its WordPress specific security life has ended.
Feature request: Please don’t declare a nonce for “js_posts_autoload.min.js” file so that we can use infinite load feature and specify long cache expire time.
Note:Excluding this file from cache didn’t work.
To see the discussion about this topic earlier click:https://forum.tagdiv.com/topic/problem-with-auto-loading-posts/
I too am unable to use the autoload post feature because of cache issues. Please fix in the next release.
