Olfa.com - Missing images

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
Tomaso
Board Warrior
Board Warrior
Posts: 1622
Joined: 2015-07-23, 16:09
Location: Norway

Olfa.com - Missing images

Unread post by Tomaso » 2021-08-26, 18:11

Example:
https://olfa.com/collections/profession ... ity+Knives

Don't know if it's related at all, but this shows up in Pale Moon's console window:

Code: Select all

Content Security Policy: Ignoring ‘x-frame-options’ because of ‘frame-ancestors’ directive.

User avatar
Sob__
Lunatic
Lunatic
Posts: 251
Joined: 2014-02-17, 01:12
Location: CZ

Re: Olfa.com - Missing images

Unread post by Sob__ » 2021-08-26, 20:45

You should care more about:

Code: Select all

SyntaxError: expected expression, got keyword 'import'
So https://repo.palemoon.org/MoonchildProd ... ssues/1691.

User avatar
Tomaso
Board Warrior
Board Warrior
Posts: 1622
Joined: 2015-07-23, 16:09
Location: Norway

Re: Olfa.com - Missing images

Unread post by Tomaso » 2021-08-26, 20:58

Not so sure.
I ran Mozregression, and ended up with a different range than that of the various problems related to that issue.
Moonchild has my report.

User avatar
jars_
Lunatic
Lunatic
Posts: 397
Joined: 2016-12-27, 00:12

Re: Olfa.com - Missing images

Unread post by jars_ » 2021-08-26, 21:13

SyntaxError: expected expression, got keyword 'import' globo.formbuilder.index.js:1:3823

Code: Select all

https://cdn.shopify.com/s/files/1/0510/1509/0359/t/4/assets/globo.formbuilder.index.js?v=11840498194114204353

Code: Select all

.................
            if (t.forEach(t => {
                    let n;
                    for (; null !== (n = r.exec(t.textContent));)
                        if (n.index === r.lastIndex && r.lastIndex++, n.length) {
                            const r = n[1];
                            e[r] = e[r] ? [...e[r], t] : [t]
                        }
                }), Object.keys(e).length) {
                const t = [this.loadMainScript()];
                Object.keys(e).map(e => {
                    const r = import(`${this.assetFormUrls[e]}`);           // SyntaxError: expected expression, got keyword 'import'   ↑
                    t.push(r)
                }), Promise.all(t).then(t => {
                    const {
                        default: r
                    } = t[0];
                    Object.assign(this, r), Object.keys(e).map(t => {
                        void 0 !== this.forms[t] && this.renderForm(t, e[t])
                    })
                })
            }
        },
   ...................
Only start page has many errors, other pages loads ok :eh:

New Tobin Paradigm

Re: Olfa.com - Missing images

Unread post by New Tobin Paradigm » 2021-08-26, 23:32

Dynamic Loading of ES Modules.

Locked