Variants

User talk:Jriordon

From cppreference.com

Jriordon (talk) 01:49, 4 June 2026 (UTC) Hi,

I tried to edit the C++23 compiler support page (https://cppreference.com/cpp/compiler_support/23) by applying this diff:

[Looks like I need some type of quoting mechanism for what follows.]

59a60
> |edg={{n/a}}
82a84
> |edg={{yes|6.8}}
179a182
> |edg={{yes|6.8}}
190a194
> |edg={{yes|6.8}}
273a278
> |edg={{yes|6.9}}
312a318
> |edg={{yes|6.9}}
321a328
> |edg={{yes|6.8}}
330a338
> |edg={{n/a}}
353a362
> |edg={{yes|6.8}}
364a374
> |edg={{yes|6.8}}
373a384
> |edg={{yes|6.8}}
463a475
> |edg={{yes|6.8}}
474a487
> |edg={{yes|6.7}}

Unfortunately, I got an Apache 403 Forbidden message when I tried to "Show Preview" or "Save Changes".

Thanks,

Mike. MikeH (talk) 15:55, 21 July 2026 (UTC)


Our CRS rules appear to have been blocking your. These have been updated to allow wiki text in edits. Please try again.

Jriordon (talk) 16:30, 21 July 2026 (UTC)

Hi Jriordon, there are still many pages that can't be edited due to the 403 error, such as <cstdlib> header page and ranges::equal description page (clicking "Show Preview" immediately triggers the 403 error). I have tried some other longer pages and no error occurs on preview, it seems like certain kinds of valid content are still blocked by the CRS rules. --Xmcgcg (talk) 01:22, 22 July 2026 (UTC)
another one that's doing 403 right now is cpp/language/operators --Cubbi (talk) 20:05, 22 July 2026 (UTC)
cloudflare's CRS rules are notoriously strict, especially when applied to MediaWiki content. Their CRS should be heavily tuned & relaxed for this site. :) Now, what only helps is dropping {{void}} here and there (I constantly have to find the right places for void, they are random, which is very time-consuming), removing HTML comments, and replacing wiki-paragraph headers ===Section name=== with <h3></h3> pairs. Otherwise, it is "SQL-injection" according to their CRS engine. :D Space Mission (talk) 06:29, 23 July 2026 (UTC)
This is our own custom CRS settings, not Cloudflare in this case. We are working to soften the rules as we go. Jriordon (talk) 22:29, 23 July 2026 (UTC)
Rules adjust again just now. More feedback is always welcome. Jriordon (talk) 22:51, 23 July 2026 (UTC)

Continue 403 on Templates

I'm getting 403 trying to preview https://en.cppreference.com/index.php?title=cpp/language/extending_std&action=edit&section=7 --Ybab321 (talk) 11:39, 29 July 2026 (UTC)

Sheepishly reply with 'I had an error in my scope' which rendered several CRS fixes void. Fixed the scope and several of the 403 errors have gone away. Jriordon (talk) 14:42, 30 July 2026 (UTC)