Update to V2.1.67 - #137
Merged
Merged
Conversation
…ation - Implement addCredentialsToInternalLinks utility using @ split approach - Update ttGetInternalLinks to apply credentials to discovered links - Update ttEveryInternalLinkIsLoading to handle authenticated URLs - Fix CSS selector error in ttEveryInternalLinkStatusOk command - Clean up duplicate test files and refactor test patterns - Bump version to 2.1.64
Refactor internal link commands for cleaner architecture: - Centralize all link collection, credential handling, and domain mapping in ttGetInternalLinks - Remove duplicate code from ttEveryInternalLinkIsLoading and ttEveryInternalLinkStatusOk - Simplify command interfaces by removing complex DomainMappingConfig parameters - Both commands now exclusively use ttGetInternalLinks() for consistent behavior
Remove insecure HTTP protocol support by default but add exception for projects.nevercodealone.de domains where HTTP/HTTPS mixed environments are required. This allows the plugin to work correctly with staging environments that may use different protocols while maintaining security for all other domains. - Remove general HTTP protocol support from normalizeUrl - Add isNeverCodeAloneDomain helper to detect special domains - Update isInternal to compare domains ignoring protocol for nevercodealone.de - Bump version to 2.1.66
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.
No description provided.