Skip to content

ACP page loads Patreon button image from an external URL on every view #200

Description

@avandenberghe

Summary

adm/style/acp_recenttopics.html loads the "Become a Patron" button image directly from Patreon's CDN:

<img src="https://c5.patreon.com/external/logo/become_a_patron_button.png" ...>

Every time an admin opens this ACP page, their browser makes a direct request to c5.patreon.com. Bundling the button image with the extension's own assets avoids that external request (privacy/reliability: no third-party call on every ACP page view, and the button keeps working if Patreon changes/removes that asset URL).

Location

avathar/recenttopics/adm/style/acp_recenttopics.html, line ~174

Fix

Bundle a local copy of the Patreon button image under the extension's own asset path and reference it there instead of the external c5.patreon.com URL.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementv3.0Version 3.0.x - maintenance releases

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions