warc2zim icon indicating copy to clipboard operation
warc2zim copied to clipboard

Zimit2: HTML demos on developer.mozilla.org (MDN) pages are not working

Open benoit74 opened this issue 8 months ago • 6 comments

image

See https://dev.library.kiwix.org/content/developer.mozilla.org_en_all_2024-05/interactive-examples.mdn.mozilla.net/pages/tabbed/section.html for isolated test case.

This worked well in zimit1 and is working well in replayweb.page

URL and other arguments passed by wombat to our URL rewriting function are unusual:

urlRewriten:
	- current_url: http://135.181.181.97:8888/content/devmdn-bcd_2024-05/interactive-examples.mdn.mozilla.net/pages/tabbed/section.html
	- orig_host: interactive-examples.mdn.mozilla.net
	- orig_scheme: https
	- orig_url: https://interactive-examples.mdn.mozilla.net/pages/tabbed/section.html
	- prefix: http://135.181.181.97:8888/content/devmdn-bcd_2024-05/
	- url: http://mp_/blob:57e8dbed-cfaf-4e0b-a259-a23170aaf29c/https://interactive-examples.mdn.mozilla.net/pages/tabbed/section.html
	- useRel: false
	- mod: if_
	- doc: undefined
	- finalUrl: http://135.181.181.97:8888/content/devmdn-bcd_2024-05/mp_/blob%3A57e8dbed-cfaf-4e0b-a259-a23170aaf29c/https%3A//interactive-examples.mdn.mozilla.net/pages/tabbed/section.html

mod = if_ and url with mp_ seems pretty special

benoit74 avatar May 31 '24 13:05 benoit74