Thank you for your reply. I have basic knowledge on PHPBB but I am not an expert whatsoever on the architecture.thecoalman wrote: Sat Jan 18, 2025 10:34 am Unless you have enabled the CDN JS files are loaded locally. The only thing I'm aware that will be loading external files is emojis. , hotlinked images etc.
Did a quick test with JS disabled in the browser and everything worked as expected including the icons. There is no way to disable it but removing the reference to JS files in overall_header.html and overall_footer.html should remove it. There may be others.
What exactly did you do to the code for the "quick test"?
Yes, I always empty the cache but it still does not work.thecoalman wrote: Sat Jan 18, 2025 4:22 pm I moving this to custom coding.
You can disable JS in a browser for testing, I don't what if any issues there might be but phpBB is coded to gracefully fallback when JS is not enabled so there shouldn't be any.
Having a quick look most of the javascript is being loaded in overall_footer.html at the end. There might be other instances including inline JS. You can search the templates for <script>.
Note that when you edit a template you need to purge the cache from ACP.
Allow usage of third party content delivery networks:
????It is set to "no".Mannix_ wrote: Sat Jan 18, 2025 5:22 pm in Load Settings in ACP what do you have set forAllow usage of third party content delivery networks:
????
I just tried "yes" and "no" for this option and deleted the cache twice. It has no effect. I still see unicode instead of icons with JavaScript turned off. It does not use any local fontawesome. Or do I have to modify anything in the templates?weapons102 wrote: Sat Jan 18, 2025 5:25 pmIt is set to "no".Mannix_ wrote: Sat Jan 18, 2025 5:22 pm in Load Settings in ACP what do you have set forAllow usage of third party content delivery networks:
????
I have this in the browser console:Mannix_ wrote: Sat Jan 18, 2025 5:49 pm There is something odd going on. Normally font awesome is loaded locally via css file unless you have that option set to yes then it's delivered by js. Do you have any errors in the browser console ??
Code: Select all
Content-Security-Policy: The page’s settings blocked the loading of a resource (media-src) at data: because it violates the following directive: “media-src http: file:” 3 index.php
Yes, in another browser it seems to work. I deleted the browser cache.Mannix_ wrote: Sat Jan 18, 2025 7:04 pm Do you do your testing the Tor browser? Maybe it is blocking the display of the icons somehow. Did you check if the icons work in normal browser?