WPIntell

Source evidence

Incorrect redirect_url

miniOrange Social Login and Register (Discord, Google, Twitter, LinkedIn) · support · 2026-05-28T09:29:00+00:00

complaintsentiment
mediumseverity
0.68relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 31 rows with source links

12.9% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

27 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
pompos unresolved
Hi, We found an issue with non-Latin URLs (for example Hebrew slugs) in the plugin output. The plugin currently generates: var request_uri = '<?php echo esc_attr( sanitize_text_field( $_SERVER['REQUEST_URI'] ) ); ?>'; Because sanitize_text_field() is used on $_SERVER['REQUEST_URI'] , Unicode characters in the URL path are replaced with dashes. For example: /blog/באיזה-שלב-כדאי-לעשות-poc-עם-חברה becomes: /blog/----poc----/ This malformed URL is then exposed in inline JavaScript, and Google Search Console detects it as a broken internal URL (404). Suggested fix: var request_uri = <?php echo wp_json_encode( wp_unslash( $_SERVER['REQUEST_URI'] ?? '' ) ); ?>; This preserves the original encoded UTF-8 URL safely for JavaScript usage.

Comments

0 shown

No comments were stored for this source.