mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
billing: Update billing system.
This commit is contained in:
@@ -623,7 +623,8 @@ def build_custom_checkers(by_lang):
|
||||
'bad_lines': ['<button aria-label="foo"></button>']},
|
||||
{'pattern': 'script src="http',
|
||||
'description': "Don't directly load dependencies from CDNs. See docs/subsystems/front-end-build-process.md",
|
||||
'exclude': set(["templates/zilencer/billing.html", "templates/zerver/hello.html"]),
|
||||
'exclude': set(["templates/zilencer/billing.html", "templates/zerver/hello.html",
|
||||
"templates/zilencer/upgrade.html"]),
|
||||
'good_lines': ["{{ render_bundle('landing-page') }}"],
|
||||
'bad_lines': ['<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>']},
|
||||
{'pattern': "title='[^{]",
|
||||
|
||||
Reference in New Issue
Block a user