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
Is your feature request related to a problem?
Using public CDNs is considered a bad practice. Therefore we should verify that no remote assets are referenced in modules' manifest files. For example, the following snippet in a __manifest__.py is not a good idea:
Is your feature request related to a problem?
Using public CDNs is considered a bad practice. Therefore we should verify that no remote assets are referenced in modules' manifest files. For example, the following snippet in a
__manifest__.py
is not a good idea:Important, this only applies to content inside the
assets
key, as module descriptions may reference websites and that is fine.Describe the solution you'd like
A new lint that checks for remote URLs inside manifest assets.
The text was updated successfully, but these errors were encountered: