Forum.manjaro.org - Unsupported browser message Topic is solved

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
ari88
Hobby Astronomer
Hobby Astronomer
Posts: 20
Joined: 2022-10-31, 08:07

Forum.manjaro.org - Unsupported browser message

Unread post by ari88 » 2023-01-29, 05:39

The website loads fine but I am unable to scroll down or up.

Tested with a clean profile and still the same deal. No issues in Midori browser.

I tried overriding (as suggested in this thread) the useragent to Mozilla/5.0 (%OS_SLICE% rv:60.0) Gecko/20100101 Firefox/60.0 but no dice.

Code: Select all

Timestamp: 29/01/23 15:02:25
Warning: Content Security Policy: Ignoring ‘x-frame-options’ because of ‘frame-ancestors’ directive.

Timestamp: 29/01/23 15:02:25
Warning: Content Security Policy: This site (https://forum.manjaro.org) has a Report-Only policy without a report URI. CSP will not block and cannot report violations of this policy.

Timestamp: 29/01/23 15:02:25
Warning: Unexpected value 30vw parsing cx attribute.
Source File: https://forum.manjaro.org/
Line: 0

Timestamp: 29/01/23 15:02:25
Error: SyntaxError: expected expression, got '='
Source File: https://forum.manjaro.org/assets/vendor-5a19f0a026c78c47c5c658bbf590b6b4cb0e32bb984396a5295192781a65e7fb.js
Line: 4737, Column: 3
Source Code:
n??=[],n.push(r),e.set(t,n)}(n,a,e)}var d=new class{constructor

Timestamp: 29/01/23 15:02:25
Error: ReferenceError: require is not defined
Source File: https://forum.manjaro.org/assets/chunk.143.85c4d5f9f0becb87884b-15713fbdcb9dfdd959af68646b16ab536d8d0a77e4b246878c3027af13d31db7.js
Line: 9

Timestamp: 29/01/23 15:02:25
Error: SyntaxError: expected expression, got '='
Source File: https://forum.manjaro.org/assets/discourse-2fd060a2a667dec0652497257e4b667783f44a049f9fa23cb07ab9219dd09466.js
Line: 2605, Column: 84
Source Code:
t.draft=void 0:t=await this.confirmDraftAbandon(t),e.draft||=t.draft,e.draftSequence=t.draft_sequence,void await this._s

Timestamp: 29/01/23 15:02:25
Error: ReferenceError: define is not defined
Source File: https://forum.manjaro.org/assets/plugins/discourse-chat-integration-188840bf3a2f6bed42c4411e63789a765a0193b61c39e041ba452120b1fd1f30.js
Line: 1

Timestamp: 29/01/23 15:02:25
Error: uncaught exception: Unsupported browser detected
Image

Daikun
Lunatic
Lunatic
Posts: 442
Joined: 2013-12-13, 20:54
Location: California

Re: Forum.manjaro.org - Unsupported browser message

Unread post by Daikun » 2023-01-29, 06:21

It's a Discourse forum. See this thread which contains a workaround.

User avatar
ari88
Hobby Astronomer
Hobby Astronomer
Posts: 20
Joined: 2022-10-31, 08:07

Re: Forum.manjaro.org - Unsupported browser message

Unread post by ari88 » 2023-01-30, 01:51

Daikun wrote:
2023-01-29, 06:21
It's a Discourse forum. See this thread which contains a workaround.
Thank you, I've followed up with a response there.

User avatar
Kris_88
Keeps coming back
Keeps coming back
Posts: 933
Joined: 2021-01-26, 11:18

Re: Forum.manjaro.org - Unsupported browser message

Unread post by Kris_88 » 2023-01-30, 02:33

The rules are site-specific.

Code: Select all

[["forum.manjaro.org",["/browser-detect-/",["/.*/g",""]],["/vendor-/",["t.discourse.hoisted??={}","t.discourse.hoisted??(t.discourse.hoisted={})","n??=[]","n||(n=[])","t[e]??=[]","t[e]??(t[e]=[])","r||={}","r||(r={})"]],["/discourse-/",["e.draft||=t.draft","e.draft||(e.draft=t.draft)","n||={}","n||(n={})","f[e]??=[]","f[e]??(f[e]=[])","t.__registry__._typeInjections.service??=[]","t.__registry__._typeInjections.service??(t.__registry__._typeInjections.service=[])"]]]]

User avatar
ari88
Hobby Astronomer
Hobby Astronomer
Posts: 20
Joined: 2022-10-31, 08:07

Re: Forum.manjaro.org - Unsupported browser message

Unread post by ari88 » 2023-01-30, 04:16

Kris_88 wrote:
2023-01-30, 02:33
The rules are site-specific.

Code: Select all

[["forum.manjaro.org",["/browser-detect-/",["/.*/g",""]],["/vendor-/",["t.discourse.hoisted??={}","t.discourse.hoisted??(t.discourse.hoisted={})","n??=[]","n||(n=[])","t[e]??=[]","t[e]??(t[e]=[])","r||={}","r||(r={})"]],["/discourse-/",["e.draft||=t.draft","e.draft||(e.draft=t.draft)","n||={}","n||(n={})","f[e]??=[]","f[e]??(f[e]=[])","t.__registry__._typeInjections.service??=[]","t.__registry__._typeInjections.service??(t.__registry__._typeInjections.service=[])"]]]]
Thank you, Kris_88 :thumbup:

Should I be wary of this fix no longer working with future updates?

User avatar
Kris_88
Keeps coming back
Keeps coming back
Posts: 933
Joined: 2021-01-26, 11:18

Re: Forum.manjaro.org - Unsupported browser message

Unread post by Kris_88 » 2023-01-30, 04:57

ari88 wrote:
2023-01-30, 04:16
Should I be wary of this fix no longer working with future updates?
No one can guarantee ...
We do not know how the developers will change the site scripts.

Locked