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

Crash uBlock v1.17.3b4 | Linux x64 Chrome/72.0.3595.2 #299

Closed
8 tasks
tron86 opened this issue Nov 3, 2018 · 1 comment
Closed
8 tasks

Crash uBlock v1.17.3b4 | Linux x64 Chrome/72.0.3595.2 #299

tron86 opened this issue Nov 3, 2018 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@tron86
Copy link

tron86 commented Nov 3, 2018

Prerequisites

all sites

  • I verified that this is not a filter issue
  • This is not a support issue or a question
  • I performed a cursory search of the issue tracker to avoid opening a duplicate issue
    • Your issue may already be reported.
  • I tried to reproduce the issue when...
    • uBlock Origin is the only extension
    • uBlock Origin with default lists/settings
    • using a new, unmodified browser profile
  • I am running the latest version of uBlock Origin
  • I checked the documentation to understand that the issue I report is not a normal behavior

Description

Optional permission 'file:///*' is redundant with the required permissions;this permission will be omitted.

                {

"author": "All uBlock Origin contributors",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": {
"16": "img/icon_16.png",
"32": "img/icon_32.png"
},
"default_popup": "popup.html",
"default_title": "uBlock Origin dev build"
},
"commands": {
"launch-element-picker": {
"description": "MSG_popupTipPicker"
},
"launch-element-zapper": {
"description": "MSG_popupTipZapper"
},
"launch-logger": {
"description": "MSG_popupTipLog"
}
},
"content_scripts": [ {
"all_frames": true,
"js": [ "/js/vapi.js", "/js/vapi-client.js", "/js/contentscript.js" ],
"matches": [ "http:///", "https:///" ],
"run_at": "document_start"
}, {
"all_frames": false,
"js": [ "/js/scriptlets/subscriber.js" ],
"matches": [ "http:///", "https:///" ],
"run_at": "document_idle"
} ],
"default_locale": "en",
"description": "MSG_extShortDesc",
"icons": {
"128": "img/icon_128.png",
"16": "img/icon_16.png",
"32": "img/icon_32.png",
"64": "img/icon_64.png"
},
"incognito": "split",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1apZ9Qi2M6vC55vLxUQ/wUJnMr0g6kfKpk2Ge9QLkyGkwJRSGr1X5Wzv8euXbnlukG3f6eecFmVuNvaS6aZbTWG9bLbSWe/OC1hDBiooVBUjZO0TuogHIqBtTi2RRmdaySXeDmCTLbu1vs7jn70flCMwrd8wKKvGf25UqH/70FJTwfPOiGLmyrifafanrBNzR4ZdtBvkoaJhgxJ19C+n0eWUTg8dOpnozKbTWoeualPefoJis8xqPKZq3Hoa2JhNuTLyKe8YHIWInT6OIeFJBZwtbT0BNx22TQz5l522B4tGbL9K9w6JwIldXo8rXchfXppCjXTwz4HdAr+g6FBFeQIDAQAB",
"manifest_version": 2,
"minimum_chrome_version": "51.0",
"name": "uBlock Origin development build",
"optional_permissions": [ "file:///" ],
"options_ui": {
"open_in_tab": true,
"page": "dashboard.html"
},
"permissions": [ "contextMenus", "privacy", "storage", "tabs", "unlimitedStorage", "webNavigation", "webRequest", "webRequestBlocking", "\u003Call_urls>" ],
"short_name": "uBlock₀ dev build",
"storage": {
"managed_schema": "managed_storage.json"
},
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.17.3.4",
"web_accessible_resources": [ "/web_accessible_resources/
" ]
}

[Description of the bug or feature]

A specific URL where the issue occurs

[A specific URL is MANDATORY for issue happening on a web page, even if it happens "everywhere"]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior:

[What you expected to happen]

Actual behavior:

[What actually happened]

Your environment

  • uBlock Origin version: 1.17.3b4
  • Browser Name and version: Chrome/72.0.3595.2
  • Operating System and version: Lubuntu 18.10 x64
@uBlock-user
Copy link
Contributor

Duplicate of #294

Optional permission 'file:///*' is redundant with the required permissions;this permission will be omitted.

@gorhill

@uBlock-user uBlock-user added the duplicate This issue or pull request already exists label Nov 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants