mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] take https website in account
This commit is contained in:
@@ -117,7 +117,7 @@ class ExportHelpWizard(models.TransientModel):
|
||||
if not a_elem.get('href'):
|
||||
continue
|
||||
href = a_elem.get('href')
|
||||
if not href.startswith('http:'):
|
||||
if not href.startswith('http'):
|
||||
continue
|
||||
page_url = '/page/%s' % page_prefix
|
||||
template_url = '/page/%s' % template_prefix
|
||||
|
||||
Reference in New Issue
Block a user