Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

files.oaiusercontent.com Domain Blocked, Causing File Upload Issues on ChatGPT #2970

Closed
tategotoazarasi opened this issue Jun 3, 2024 · 2 comments
Labels
broken site MDFP Multi-domain first parties: lists of domains that should be treated as related to each other yellowlist Domains on this list are allowed but with restrictions: no referrer headers or cookies/localStorage

Comments

@tategotoazarasi
Copy link

What is your browser and browser version?

Mozilla Firefox 126.0.1

What is broken and where?

Unable to upload files on ChatGPT. The domain files.oaiusercontent.com is being blocked by Privacy Badger.

What is the "culprit" domain?

files.oaiusercontent.com

What is your debug output for this domain?

GET
https://chatgpt.com/lib/basedomain.js

Module from “https://chatgpt.com/lib/basedomain.js” has been blocked because of a disallowed MIME type (“text/html”). chatgpt.com
Failed to load module script: The server responded with a non-JavaScript MIME type of “text/html”. chatgpt.com
Uncaught (in promise) TypeError: error loading dynamically imported module: https://chatgpt.com/lib/basedomain.js

(Note: The original web dev console debug output was in Chinese and has been translated into English.)

@ghostwords ghostwords added broken site yellowlist Domains on this list are allowed but with restrictions: no referrer headers or cookies/localStorage MDFP Multi-domain first parties: lists of domains that should be treated as related to each other labels Jun 3, 2024
@ghostwords
Copy link
Member

ghostwords commented Jun 3, 2024

Hello and thank you for opening an issue!

Could you rerun the debug code in Privacy Badger's background process console, instead of the ChatGPT website console?

To open Privacy Badger's background process console in Firefox:

  1. Navigate to about:debugging
  2. Click on "This Firefox"
  3. Scroll down to find the entry for Privacy Badger and click "Inspect"
  4. Select the Console tab

Let me know if you have any questions.

@ghostwords
Copy link
Member

We should probably tell Privacy Badger that openai.com, chatgpt.com and oaiusercontent.com belong to the same entity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
broken site MDFP Multi-domain first parties: lists of domains that should be treated as related to each other yellowlist Domains on this list are allowed but with restrictions: no referrer headers or cookies/localStorage
2 participants