Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter squeegily

    (@squeegily)

    I see that that privacy policy page primarily refers to visitors to your website; however, my original question referred to visitors to websites which use your service. (Automattic, for instance, has separated these policies out into two pages: one for visitors to their websites, and one for visitors to their users’ websites. You should consider doing this.)

    [The] software may record IP addresses as a part of normal logging…The logs are stored locally on the system where LiteSpeed server software is installed and are not transferred to or accessed by LiteSpeed employees in any way, except as necessary in providing routine technical support if [the site operator] requests it.

    Am I correct in understanding, then, that the LiteSpeed Cache plugin will not transmit any server logs or personal visitor data such as IP addresses to any 3rd parties (including, but not limited to, LiteSpeed Technologies) unless I, the WordPress administrator, explicitly submit a support ticket on your website?

    Are there any other circumstances in which the LiteSpeed Cache plugin would transmit visitor data to external servers?

    squeegily

    (@squeegily)

    I can’t seem to reproduce this with either Prism or HLJS:

    https://key-cicada.jurassic.ninja/2021/05/17/hello-world/

    Thread Starter squeegily

    (@squeegily)

    If anybody else experiences this, here was the problem:

    If you type code in a Paragraph, then paste it into a Code block, it will have <br /> tags for newlines, which confuses the Highlighting libraries. So you’ll have to go in and manually remove those to fix it (and now you know what not to do in the future, too.)

    Thread Starter squeegily

    (@squeegily)

    …well, I still have no idea what it could be. 🙁

    it sounds like you also are adding some other code like angle brackets or something..?

    No, the <br> tags must have been created by WordPress itself; I did not type any bracket characters into my code (and the posts display normally when escaping isn’t enabled in Prismatic)

    However, even after I installed all the same themes and plugins (Suki, wpuntexturize, Classic Editor, Very Simple Meta Description, Customizer Reset, and Prismatic), I was still unable to reproduce on a demo site [https://faithful-jungle.jurassic.ninja/2021/05/09/hello-world/ user: demo, password: Z0doEEzeMQ6h], so I’m marking this as resolved.

    If I ever figure out what’s causing it on my site, I’ll post the cause/solution here in this thread.

    Thread Starter squeegily

    (@squeegily)

    Enabling code-escaping seems to make everything display worse:

    
    x = default_value<br />for key, values in dict_of_sets:<br />	for value in values:<br />		if predicate(key, value):<br />			x = value<br />			break  # THIS BREAKS BOTH LOOPS!<br />	else:<br />		continue<br />	break
    

    I don’t want to go back and change all the code blocks on my website to work with one specific highlighting plugin (in a way that will break if I ever change plugins or if Prismatic ever stops being maintained); I just want to highlight my existing, stock-wordpress-compatible code blocks.

    (EDIT: I would consider going back and modifying all my code blocks iff it won’t screw them up in the event that I stop using this plugin; I’m not interested in being vendor-locked or putting myself in a position where I’ve got to do a bunch of chores before I can uninstall a plugin.)

    • This reply was modified 5 years ago by squeegily.
    Thread Starter squeegily

    (@squeegily)

    (In the interest of troubleshooting, I tried switching to prism.js, but that destroys all the newlines in my code for some reason, even after doing a reset…)

    Thread Starter squeegily

    (@squeegily)

    1. So, I’ll need to write an add-on or site-specific code to do this?

    2. Is it possible to remove this safe_style_css filter only from posts, and not from comments?

    Thread Starter squeegily

    (@squeegily)

    Would be cool if it added this to the list alongside “Identicon”, “Wavatar”, “MonsterID”, and “Retro”:

    https://meta.stackexchange.com/questions/37328/my-god-its-full-of-unicorns

    https://unicornify.pictures/

    but that’s just a wishlist item

    Thread Starter squeegily

    (@squeegily)

    Fascinating…so redirect_guess_404_permalink becomes disabled when the presence of a trailing dot in the URL disagrees with that in the site settings.

    That resolves my concern; thank you!

    Thread Starter squeegily

    (@squeegily)

    You don’t need to do anything to turn this on, this is the default behavior.

    I opened this thread because that is not true*.

    The following—which is precisely my desired behaviour—is, apparently, not out-of-thebox:

    if all it has to go on is the slug and that happens to match a slug in the system already, then it will redirect you to there.

    *on my site running WordPress 5.4 on PHP 7.4.4 with “Month and name” canonical-permalinks.

    I attached the demonstration link to the original post, but I realize that may only be accessible by moderators, so I’ll post it publicly here:

    • This reply was modified 6 years, 1 month ago by squeegily.
    • This reply was modified 6 years, 1 month ago by squeegily. Reason: add tags and a linebreak
    Thread Starter squeegily

    (@squeegily)

    We only provide support to self-hosted users

    agreed—I have posted this post in the correct forum; I am self-hosted.

    Pretty much all WordPress sites will do this by default

    That is…good to hear (and my impression, as well)—but—how does one enable this?

    (The first 2 pages of google for “redirect_guess_404_permalink” seem to contain exclusively technical information for WordPress’ programmers)

Viewing 11 replies - 1 through 11 (of 11 total)