Remove Google ADs from HTML documentation#343
Closed
Lastique wants to merge 1 commit into
Closed
Conversation
This removes the potential privacy breach due to referencing Google resources while viewing local documentation. Closes ImageMagick#342.
Member
|
We have a different approach, our automated script simply transforms the Google ad link to localhost preventing ads from showing. |
Contributor
Author
|
It would be better if the script just removed the html tags entirely instead of mangling the URLs. |
Member
|
We agree and its on our TODO list-- which has over 1500 items. Post a |
Contributor
Author
@urban-warrior We are using this script to delete all Google AD links: |
urban-warrior
pushed a commit
to ImageMagick/ImageMagick
that referenced
this pull request
Oct 25, 2025
urban-warrior
pushed a commit
that referenced
this pull request
Oct 25, 2025
netbsd-srcmastr
pushed a commit
to NetBSD/pkgsrc
that referenced
this pull request
Oct 28, 2025
upstream changes: ----------------- 7.1.2-8 Commits * beta release d56b6af * GHSA-wpp4-vqfq-v4hp 7b47fe3 * https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-g5vw-p55v-8742 8547a24 * Also install squashfs-tools for the AppImage build. 336f2b8 * Updated the Windows dependencies. 30bafbf * ImageMagick/ImageMagick6#343 (comment) 2300ae5 * release a3b13d1
msk
pushed a commit
to msk/pkgsrc
that referenced
this pull request
May 11, 2026
upstream changes: ----------------- 7.1.2-8 Commits * beta release d56b6af * GHSA-wpp4-vqfq-v4hp 7b47fe3 * https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-g5vw-p55v-8742 8547a24 * Also install squashfs-tools for the AppImage build. 336f2b8 * Updated the Windows dependencies. 30bafbf * ImageMagick/ImageMagick6#343 (comment) 2300ae5 * release a3b13d1
netbsd-srcmastr
pushed a commit
to NetBSD/pkgsrc
that referenced
this pull request
May 13, 2026
upstream changes: ----------------- 7.1.2-8 Commits * beta release d56b6af * GHSA-wpp4-vqfq-v4hp 7b47fe3 * https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-g5vw-p55v-8742 8547a24 * Also install squashfs-tools for the AppImage build. 336f2b8 * Updated the Windows dependencies. 30bafbf * ImageMagick/ImageMagick6#343 (comment) 2300ae5 * release a3b13d1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This removes the potential privacy breach due to referencing Google resources while viewing local documentation.
Closes #342.
Prerequisites
Description