ionic-team / ionic-framework

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
https://ionicframework.com
MIT License
51.01k stars 13.51k forks source link

bug: vendor.js:185182 Error while parsing the 'sandbox' attribute: 'frame-ancestors', ''self'', 'https://sphere.aastrika.org;' are invalid sandbox flags. #27914

Closed amantarento closed 1 year ago

amantarento commented 1 year ago

Prerequisites

Ionic Framework Version

v5.x

Current Behavior

i have iframe which i want to embedded a html <iframe #iframeElem title="HTML Content Viewer" i18n-title [src]="iframeUrl" (load)="onIframeLoadOrError('load',iframeElem,$event)" (error)="onIframeLoadOrError('error')" allow="fullscreen; accelerometer; autoplay; encrypted-media; gyroscope; microphone; camera;" class="html-iframe" sandbox="allow-scripts"> but i am getting the error vendor.js:185182 Error while parsing the 'sandbox' attribute: 'frame-ancestors', ''self'', 'https://sphere.aastrika.org;' are invalid sandbox flags. this one

Expected Behavior

it should work .

Steps to Reproduce

i have iframe which i want to embedded a html <iframe #iframeElem title="HTML Content Viewer" i18n-title [src]="iframeUrl" (load)="onIframeLoadOrError('load',iframeElem,$event)" (error)="onIframeLoadOrError('error')" allow="fullscreen; accelerometer; autoplay; encrypted-media; gyroscope; microphone; camera;" class="html-iframe" sandbox="allow-scripts"> but i am getting the error vendor.js:185182 Error while parsing the 'sandbox' attribute: 'frame-ancestors', ''self'', 'https://sphere.aastrika.org;' are invalid sandbox flags. this one

Code Reproduction URL

No response

Ionic Info

Ionic:

Ionic CLI : 6.4.3 (/home/aman/.nvm/versions/node/v14.17.6/lib/node_modules/@ionic/cli) Ionic Framework : @ionic/angular 5.7.0 @angular-devkit/build-angular : 0.901.15 @angular-devkit/schematics : 8.3.29 @angular/cli : 9.1.15 @ionic/angular-toolkit : 2.3.3

Cordova:

Cordova CLI : 11.1.0 Cordova Platforms : android 10.1.2 Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.2.1, (and 49 other plugins)

Utility:

cordova-res : 0.15.4 native-run (update available: 1.7.2) : 1.7.1

System:

Android SDK Tools : 26.1.1 (/home/aman/Android/Sdk) NodeJS : v14.17.6 (/home/aman/.nvm/versions/node/v14.17.6/bin/node) npm : 6.14.15 OS : Linux 5.14

Additional Information

i have tried to add meta tag which is not working

amantarento commented 1 year ago

@aub please tell me how to set the csp for iframe

aub commented 1 year ago

@amantarento I think you're asking the wrong person.

averyjohnston commented 1 year ago

Thank you for the issue. As mentioned in https://github.com/ionic-team/ionic-framework/issues/27869, we will need a runnable reproduction in order to triage the issue. The repro should also be on the latest version of Ionic, as Ionic 5 is no longer supported. You can view our support table here: https://ionicframework.com/docs/reference/support#framework-maintenance-and-support-status

ionitron-bot[bot] commented 1 year ago

Thanks for the issue! This issue has been labeled as needs reproduction. This label is added to issues that need a code reproduction.

Please reproduce this issue in an Ionic starter application and provide a way for us to access it (GitHub repo, StackBlitz, etc). Without a reliable code reproduction, it is unlikely we will be able to resolve the issue, leading to it being closed.

If you have already provided a code snippet and are seeing this message, it is likely that the code snippet was not enough for our team to reproduce the issue.

For a guide on how to create a good reproduction, see our Contributing Guide.

averyjohnston commented 1 year ago

After talking with the team on this, we've agreed that this is more of a support question. I'd recommend asking on the Ionic forums or Discord server for help. Closing this out with that in mind.

ionitron-bot[bot] commented 1 year ago

Thanks for the issue! This issue appears to be a support request. We use this issue tracker exclusively for bug reports and feature requests. Please use our forum for questions about the framework.

Thank you for using Ionic!