Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Issue 10837040: Added support in Helpapp for Manifest Version 2. (Closed)

Created:
8 years, 4 months ago by grovera
Modified:
8 years, 4 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Added support in Helpapp for Manifest Version 2. BUG=chromium-os:33146 TEST=manual Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=149835

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M manifest.json View 1 chunk +2 lines, -1 line 2 comments Download

Messages

Total messages: 3 (0 generated)
Nikita (slow)
lgtm
8 years, 4 months ago (2012-08-01 17:49:16 UTC) #1
abarth-chromium
https://chromiumcodereview.appspot.com/10837040/diff/1/manifest.json File manifest.json (right): https://chromiumcodereview.appspot.com/10837040/diff/1/manifest.json#newcode22 manifest.json:22: "content_security_policy": "default-src 'self'; script-src 'self' https://ssl.google-analytics.com; object-src 'self'; img-src ...
8 years, 4 months ago (2012-08-06 07:00:38 UTC) #2
grovera
8 years, 4 months ago (2012-08-07 13:07:53 UTC) #3
https://chromiumcodereview.appspot.com/10837040/diff/1/manifest.json
File manifest.json (right):

https://chromiumcodereview.appspot.com/10837040/diff/1/manifest.json#newcode22
manifest.json:22: "content_security_policy": "default-src 'self'; script-src
'self' https://ssl.google-analytics.com; object-src 'self'; img-src 'self'
http://www.google-analytics.com; frame-src https://support.google.com;
connect-src https://support.google.com; style-src 'self' 'unsafe-inline'"
On 2012/08/06 07:00:38, abarth wrote:
> Looks fine.  Are you actually using plugins?  If not, please consider setting
> object-src 'none' as that's slightly more secure.

Acknowledged. Since we are not using any plugins, we will set object-src 'none'
in the next manifest commit. Thanks for the inputs.

Powered by Google App Engine
This is Rietveld 408576698