You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that static sites with the correct link to the LF Trademark disclaimer break on Clomonitor. See ContainerSSH.
I did a little investigation and noticed that regex does not support a forward slash at the end of the url: https://www.linuxfoundation.org/trademark-usage/.
Is this done by design?
The text was updated successfully, but these errors were encountered:
The regex should catch the case with the forward slash at the end, you can give it a try here:
The problem in the ContainerSSH case you mention is that the index document obtained when fetching their website has the following content (it does not include the trademark disclaimer):
CLOMonitor at the moment only fetches the HTML document, it does not render the site. We've considered using a headless browser to improve this check as discussed in #1194, but it makes the repositories processing considerably slower and we're not sure if it's really worth it.
I noticed that static sites with the correct link to the LF Trademark disclaimer break on Clomonitor. See ContainerSSH.
I did a little investigation and noticed that regex does not support a forward slash at the end of the url:
https://www.linuxfoundation.org/trademark-usage/
.Is this done by design?
The text was updated successfully, but these errors were encountered: