Project

General

Profile

Actions

Support #19815

closed

strange “css.php”

Added by Marilyn Weber 2 months ago. Updated about 2 months ago.

Status:
Resolved
Priority name:
Normal
Assignee:
Category name:
WordPress Plugins
Target version:
Start date:
2024-02-22
Due date:
% Done:

0%

Estimated time:
Deployment actions:

Description

From WDS Desk:

Hi Commons Team,

I was browsing the Commons documentation today, and noticed a strange “css.php” at the bottom of all pages.

This appears to be a similar result to a problem we had on Blogs@Baruch with Donncha O Caoimh’s old Cookie for Comment plugin. We ended up just removing the plugin.

Sincerely,
Christopher

------------------
Christopher Silsby, Ph.D.
Blogs@Baruch Manager
Center for Teaching and Learning
Baruch College, City University of New York


Files

1708708772_tlhbox.png (122 KB) 1708708772_tlhbox.png Marilyn Weber, 2024-02-23 12:51 PM
1708708772_historyprogram.png (227 KB) 1708708772_historyprogram.png Marilyn Weber, 2024-02-23 12:51 PM
Actions #1

Updated by Marilyn Weber 2 months ago

Solved! Read from the bottom up if you're curious:

mweber
| February 23, 2024 12:41 pm
Glad it's solved! https://historyprogram.commons.gc.cuny.edu/ is actually my page and you had me squinting. It doesn't show on Chrome.

Guest
| February 23, 2024 12:25 pm
Aaaand I tried opening those pages in a different browser, and the error isn’t there.

So never mind. It must be my tracking protection in Firefox that is causing it.

Sorry for the confusion.

------------------
Christopher Silsby, Ph.D.
Blogs@Baruch Manager
Center for Teaching and Learning
Baruch College, City University of New York

Show More

Guest
| February 23, 2024 12:19 pm

Sure.

Here are a few from the main commons.gc.cuny.edu page, https://historyprogram.commons.gc.cuny.edu/, and https://tlhbox.commons.gc.cuny.edu/ so show the error across different sites. Some of them are kind of difficult to see, dark grey on darker grey, or black on dark grey. But I circled them so you can see what I mean.

------------------
Christopher Silsby, Ph.D.
Blogs@Baruch Manager
Center for Teaching and Learning
Baruch College, City University of New York

Actions #2

Updated by Raymond Hoh 2 months ago

  • Category name set to WordPress Plugins
  • Target version set to Not tracked

Yes, we use the Cookies for Comments plugin, which outputs a css.php image file into each page. We use this to combat comment spam, as well as brute-force logins.

Unfortunately, some browser addons and filter lists will block this image. In this case, perhaps just the image alt text -- css.php -- will show up when blocked. I couldn't replicate this myself. I'm guessing another Firefox addon might be displaying the image alt text for accessibility reasons. Just a theory though.

Actions #3

Updated by Boone Gorges 2 months ago

  • Assignee set to Raymond Hoh

Any way we can work around this? If we hide the element with CSS, will it break the cookie functionality? If so, can we do it with JS instead?

window.addEventListener( 'load', function() {
  const cssPhpImg = document.getElementById( ... )

  cssPhpImg.addEventListener( 'error', function() {
    // hide the image
  } );
} );
Actions #4

Updated by Raymond Hoh 2 months ago

I'm thinking the simplest way to address this would be to remove the css.php alt text for the Cookies for Comments image altogether. I don't think we need the alt text here for accessibility.

Actions #5

Updated by Boone Gorges 2 months ago

Ah, the simplest solution is the best :-D Looks like we run a fork of the plugin anyway: https://github.com/cuny-academic-commons/cac/commit/0b7f7388a44065d57ac1fbe2fb8c669dbde2593e

Actions #6

Updated by Raymond Hoh about 2 months ago

  • Status changed from New to Staged for Production Release
  • Target version changed from Not tracked to 2.3.4

I've removed the "alt" attribute in the cookies-for-comments plugin in https://github.com/cuny-academic-commons/cac/commit/82675e2a2ec00a2a90c263b0d137d9983410f9fa . This will be deployed as part of tomorrow's maintenance release.

Actions #7

Updated by Boone Gorges about 2 months ago

  • Status changed from Staged for Production Release to Resolved
Actions

Also available in: Atom PDF