-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix rm108 by removing conent-assets absulote-link #4683
base: master
Are you sure you want to change the base?
Conversation
Changelog(s) in markdown:
|
Changelog(s) in markdown:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job.
See my comment.
Also, let's add a test case for that (maybe two after you fix my comment)
Also, did we run validate all with this integration? what were the results?
# removing content-assets links | ||
if "content-assets" | ||
not in (absolute_link[1] if absolute_link[0] else absolute_link[2]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should fail if this isn't an image (mpv4/gif/etc..) and in content-assets
Related Issues
fixes: https://jira-dc.paloaltonetworks.com/browse/CIAC-10606
Description
removing absolute links that contains "content-assests"