diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-12 14:27:29 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-13 09:35:20 +0000 |
commit | c30a6232df03e1efbd9f3b226777b07e087a1122 (patch) | |
tree | e992f45784689f373bcc38d1b79a239ebe17ee23 /chromium/components/error_page_strings.grdp | |
parent | 7b5b123ac58f58ffde0f4f6e488bcd09aa4decd3 (diff) | |
download | qtwebengine-chromium-85-based.tar.gz |
BASELINE: Update Chromium to 85.0.4183.14085-based
Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/components/error_page_strings.grdp')
-rw-r--r-- | chromium/components/error_page_strings.grdp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/components/error_page_strings.grdp b/chromium/components/error_page_strings.grdp index f33f580265a..eb2854ef0d2 100644 --- a/chromium/components/error_page_strings.grdp +++ b/chromium/components/error_page_strings.grdp @@ -263,6 +263,10 @@ The person who set up this computer has chosen to block this site. </message> + <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_SECURITY" desc="Summary in the error page when the request has been blocked because of some security configuration of the site."> + This content is blocked. Contact the site owner to fix the issue. + </message> + <message name="IDS_ERRORPAGES_HTTP_POST_WARNING" desc="The error message displayed when the user navigates back or forward to a page which would resubmit post data. They can hit reload to send POST data again and load the page."> This webpage requires data that you entered earlier in order to be properly displayed. You can send this data again, but by doing so you will repeat any action this page previously performed. </message> |